This project is archived and is in readonly mode.
session.session_id deprecated with warning but no replacement
Reported by gaffo | February 5th, 2009 @ 12:58 AM
There's a deprecation warning on session.session_id that says to start using session.id. However if you change to .id it gives you the Object.id warning. It's like the session.id function isn't implemented.?
Comments and changes to this ticket
-
DHH February 6th, 2009 @ 01:43 PM
- Assigned user set to josh
- Milestone cleared.
-
Repository February 7th, 2009 @ 05:29 AM
- State changed from new to resolved
(from [43c09383cefbc3b62e9b124792fb0d0278689d2b]) Ensure session id is set in session options hash [#1880 state:resolved] http://github.com/rails/rails/co...
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>
Referenced by
- 1880 session.session_id deprecated with warning but no replacement (from [43c09383cefbc3b62e9b124792fb0d0278689d2b]) Ensure ...