I seem to have mutliple sessions.
Posted: Mon Jan 29, 2007 4:27 am
I have been hacking at a calendar all last week and it's come to the point now where I seem to have 2 sessions. When a user logs into the calendar it created a $_SESSION["login"] = <username> variable. But if I print_r the $_SESSION variable from another page then $_SESSION is empty. And if I assign a value to $_SESSION["test"] anywhere that <b>isn't</b> the login page then I can view it anywhere besides the login page. It's as if the login page and the rest of the calendar are seperate $_SESSION variables.
Has this problem been known before?
Regards,
Has this problem been known before?
Regards,