There are two potential problems (unless, of course, there's more to your
pages than what you're showing us). Do you put a session_start() at the
top of each page? If not, you won't be able to share variables across
pages. Also, are you sure the session id is getting passed to each
page? I
Hi there:
I am using PHP 4+ and MySQL to manage access to secured areas on a website.
My problem is that my session functions don't seem to be working properly.
Even after I start and register a session variable, my function to check
that session variable says that it doesn't exist. Help!
Here ar