How can I get the value of the session id? I’m storing my session in AR
which has a “sessid” field for each record. The value in the sessid
field is the value I’m looking for.
Thanks,
Bill
How can I get the value of the session id? I’m storing my session in AR
which has a “sessid” field for each record. The value in the sessid
field is the value I’m looking for.
Thanks,
Bill
session[:id] ?
Turns out it’s
session.session_id
Thanks,
Bill
----- Original Message -----
From: [email protected]
To: [email protected]
Sent: Tuesday, October 17, 2006 6:23 PM
Subject: [Rails] Re: how to get the session id?
session[:id] ?
On 10/17/06, Bill W. [email protected] wrote:
How can I get the value of the session id? I’m storing my session
in AR which has a “sessid” field for each record. The value in the
sessid field is the value I’m looking for.
Thanks,
Bill
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs