Page 1 of 1

session files

Posted: Wed Mar 03, 2004 3:44 pm
by xisle
Anyone have a script for parsing session files?
This would be used for tallying session data at the end of the day...

Posted: Wed Mar 03, 2004 3:47 pm
by dull1554
i don't know exactly what you would want it to do but you could read the session files into an array of sorts....
or print em out just to see all whats there
echo $_SESSION;

?!?!?!?!?!?!?!?!!?!?!??!?!?!?!

Posted: Thu Mar 04, 2004 11:27 am
by xisle
ahh thanks I will try that.. I was having problems with unserialize()
for some reason, can anyone verify that session files simply
contain serialized arrays?