8.1 Sessions
Matt Southerden
1 post
|
I believe these is some possibly incorrect info in 8.1 regarding Rails 2 default session management. ‘Putting Sessions in the Database’ states that Rails stores sessions on the filesystem by default, however this was changed to the cookie store with Rails 2. Regards, |
Sam Ruby
197 posts
|
Thanks! This will be fixed in the next beta. |
Sultan Bhatia
7 posts
|
My environment.rb file already contains: config.action_controller.session = { :session_key => ‘_depot_session’, :secret => ’.....’ { Do I need to have this line in the application.rb: session :session_key => ‘_depot_session_id’ |
3 posts, 3 voices
