I\'m writing a user login system, and I (like so many others) am having a problem with my sessions.
Here\'s the pointer from the login script when the inputs are validat
Have you tried:
print_r($_SESSION);
to examine the contents of the session?