Page 1 of 1

HELP! Sessionfile is written but not loading again

Posted: Tue Jan 28, 2003 2:35 pm
by aks
When I start a session the session-file is written correctly on disk, but I can't get any values out of it again.
After session_start() on the next page no session vars are set.

I have nothing changed on the php.ini file!

Someone knows an answer?

Posted: Tue Jan 28, 2003 3:55 pm
by volka
OS? Webserver (version)? php (version)?
nothing changed in php.ini suggest a unix-style system, so session.save_path is still /tmp? Is there a daemon of some kind that wipes out files in /tmp?

same problem

Posted: Wed Jan 29, 2003 8:20 am
by bo
I have the same problem on a newly installed SuSE Linux 8.1 running PHP Version 4.2.2 and Apache/1.3.26. It used to work just fine on my previous system, SuSE 7.3, dont know the versions of PHP and Apache then. Strange!