Posts Tagged ‘Security’

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 [...]