Quote:
Originally Posted by Dismounted
You need to pass the session ID around to every page (this is for users that do not use cookies, ie. not checking remember me). You can see this in action by disabling cookies and browsing your forum. Using the session ID, you can check who it belongs to in the session table.
|
I'll give it a try, thanks.
Most likely I'll just accomplish this by retrieving the SessionID and storing it as a Variable, or a Session Variable for easy access.