Re: [Rails] Rails session ID

2012-08-16 Thread Jordon Bedwell
On 08/14/2012 09:59 AM, Tim Slattery wrote: I'm trying to retrieve the session ID in rails. I found a web page that said to use session.session_id But when I do that, I get: undefined method `session_id' for #Rack::Session::Abstract::SessionHash:0x2e14c5 What do I need to do?

[Rails] Rails session ID

2012-08-14 Thread Tim Slattery
I'm trying to retrieve the session ID in rails. I found a web page that said to use session.session_id But when I do that, I get: undefined method `session_id' for #Rack::Session::Abstract::SessionHash:0x2e14c5 What do I need to do? -- Tim Slattery slatter...@bls.gov -- You received this

Re: [Rails] Rails session ID

2012-08-14 Thread Hassan Schroeder
On Tue, Aug 14, 2012 at 7:59 AM, Tim Slattery slatter...@bls.gov wrote: I'm trying to retrieve the session ID in rails. I found a web page that said to use session.session_id But when I do that, I get: undefined method `session_id' for #Rack::Session::Abstract::SessionHash:0x2e14c5 What