session files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
xisle
Forum Contributor
Posts: 249
Joined: Wed Jun 25, 2003 1:53 pm

session files

Post by xisle »

Anyone have a script for parsing session files?
This would be used for tallying session data at the end of the day...
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post 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;

?!?!?!?!?!?!?!?!!?!?!??!?!?!?!
User avatar
xisle
Forum Contributor
Posts: 249
Joined: Wed Jun 25, 2003 1:53 pm

Post 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?
Post Reply