2013-08-13, 20:17:05
Thanks again for your fast reply!
I made several tests using debug mode, but didn't find any php errors. Sessions work fine with an explicit "session_start();" command in the top of my templates. Without this, they won't work.
But I had no "old" session_start() call. Till yesterday there was no need to use one. Perhaps its cleaner coded now, or you had a session_start() call somewhere?
(2013-08-13, 04:24:13)shawn_a Wrote: Or you have a php error or something sending data before your old session start call.
I made several tests using debug mode, but didn't find any php errors. Sessions work fine with an explicit "session_start();" command in the top of my templates. Without this, they won't work.
But I had no "old" session_start() call. Till yesterday there was no need to use one. Perhaps its cleaner coded now, or you had a session_start() call somewhere?