Thread: SessionID
View Single Post
  #2  
Old 01-06-2010, 08:39 AM
Arianna's Avatar
Arianna Arianna is offline
Dev Staff
 
Join Date: Sep 2009
Posts: 334
Gender: Female
Credits: 21,880
Arianna will become famous soon enough
Default RE: SessionID

You could set a session on the login page, maybe?
Something like this might go,
Code:
$_SESSION['auth'] = $loggedinname;
I'm not sure how to get the actual session ID, though. :P Sorry that I couldn't help there.
Reply With Quote