This project is archived and is in readonly mode.

#2268 ✓resolved
Boban

rails 2.3 session_options[:id] problem

Reported by Boban | March 17th, 2009 @ 11:16 AM | in 3.0.2

I've updated my rails project to work with rails 2.3 I did the tweaks I needed and all is ok except request.session_options[:id]. I want to log request.session_options[:id] but I get a nil value, however after I call the inspect method on request.session ... I no longer get a nil value for request.session_options[:id].
Example
puts request.session_options[:id] #=> nil
request.session.inspect
puts request.session_options[:id] #=> 'b7a45b2bcc227cc34b2b58603822d91c'

Comments and changes to this ticket

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

Pages