Posts Tagged ‘cookies’
Rails 2.0 security
26Nov07
I’ve been taking a glance at Rails 2.0 new session storage. Hongli points out in his blog that cookies are not stored anymore as files in Rails 2.0. This makes the design more RESTful, as long as no state is kept in the server side.
Instead, all the session data is supplied by the client in [...]
Filed under: Rails, Security | 2 Comments
Tags: cookies, ruby on rails, Security