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!
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;
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?