This project is archived and is in readonly mode.
Use :key instead of old :session_key in session_store.rb generator and docs
Reported by Cody Fauser | January 13th, 2009 @ 10:53 AM
The template for
config/initializers/session_store.rb
is still using
the old CGI :session_key
key in the hash of options
for the session store. This patch updates the template to use the
new :key
key and updates all documentation and
messages referring to the old usage throughout Rails.
Comments and changes to this ticket
-
josh January 13th, 2009 @ 01:37 PM
- Milestone cleared.
- State changed from new to open
- Assigned user set to josh
-
Repository January 13th, 2009 @ 08:28 PM
(from [d3107ce3b04a14bd5674da6812acbff30aedaf73]) Use :key instead of old :session_key in session_store.rb generator and docs [#1746 state:resovled] Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
-
josh January 13th, 2009 @ 11:28 PM
- State changed from open to resolved
-
Cody Fauser January 15th, 2009 @ 09:59 PM
:session_key still works, but it would make sense to throw in a deprecation warning.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1746 Use :key instead of old :session_key in session_store.rb generator and docs (from [d3107ce3b04a14bd5674da6812acbff30aedaf73]) Use :ke...