bbcyb
02-07-2005, 04:04 PM
I have a "config.php" file that is included in the head of all my scripts. Within this contains the session_start() function.
Once a user logs in, all the session vars are set, but no matter what is clicked after that (even just refreshing the same page) the session is reset and all my session vars are lost.
As anyone ever run across this problem? Is there some kind of cron going that might affect this?
Also, I turned off cookies and made sure the server time was correct, as well as made sure there were no "refresh times" in the html head.
Once a user logs in, all the session vars are set, but no matter what is clicked after that (even just refreshing the same page) the session is reset and all my session vars are lost.
As anyone ever run across this problem? Is there some kind of cron going that might affect this?
Also, I turned off cookies and made sure the server time was correct, as well as made sure there were no "refresh times" in the html head.