On Friday 15 March 2002 03:10 pm, Kurc, Marcin A. wrote: > it appears that for some reason php4-4.1.2-1 doesn't keep session > variables or does not start session (session_start()). > Is it known problem or am I missing something?
It works fine on my system. Check your php.ini file and make sure your session.save_path is correct and that the UID that apache starts under (nobody, by default) can read/write to that directory. Also, check session.auto_start, though that shouldn't cause the problem you're describing. --kurt