Page 1 of 1

How to get the correct SessionId?

Posted: Fri Dec 21, 2007 12:29 am
by swese44
I need to retrieve the sessionId for the current user. I could just pull it from the session database table, but there can be multiple sessionIds for a single user. Is there a global variable for the sessionId I can access, or is there a way to get the correct sessionId from the database?

Thanks.