Search found 1 match

by swese44
Fri Dec 21, 2007 12:29 am
Forum: Joombie Coding Q/A
Topic: How to get the correct SessionId?
Replies: 0
Views: 625

How to get the correct SessionId?

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.