Search found 2 matches
- Fri Mar 20, 2009 5:28 pm
- Forum: PHP - Code
- Topic: Session Variables Not Being Preserved
- Replies: 3
- Views: 130
Re: Session Variables Not Being Preserved
Okay, I've discovered that the session IDs returned on each page are different, so for some reason the session ID isn't being retained from page to page. Great. Now what?
- Thu Mar 19, 2009 1:43 pm
- Forum: PHP - Code
- Topic: Session Variables Not Being Preserved
- Replies: 3
- Views: 130
Session Variables Not Being Preserved
I am unable to use session variables on a page other than the one where they are set, IOW they act like non-session variables. I have found a similar question posted in half a dozen other similar fora, but the answer in those other cases always turns out not to apply. Here are my files: sess1.php <?...