Hello, ok i have a very odd problem and i can't seem to figure it out. Basiclly the problem is, i login and logout as different users, and sometimes (im not sure when exactly) but it switches to use a different session file. I used greenarray.php to display all the global variables i am using, and from one page to another i am using different session ID's. Even though my login page has what i beleive to kill the old session:
unset($_SESSION['user']);
session_unset();
session_destroy();
Shouldn't all those kill the session? But for some reason it will re-read the original session?
Thanks,
Ryan