How to get the session id?

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