Changing Session Store in Rails
TIP: If you change the sessions store in rails, I would recommend also changing the session_id so your app doesn’t blow up with 500 errors on every request.
I changed the store from cookie based sessions (the default) to memcached based sessions.
0 comments

