Lord-Nikon
Expert Member
- Joined
- Jul 22, 2008
- Messages
- 2,511
- Reaction score
- 0
I'm creating global variables using the $_SESSION super global. The problem I'm having is when jumping between pages my variable seems to disappear.
Ex. I'm creating the variable on pageA.php, then I call it in pageB.php and it's there but it seems to disappear in pageA.php and is no longer visible in pageB.php after refresh nor is it visible in pageC.php after pageB.php has called upon it...
What on earth could the problem be? Or a work around this problem?
Ex. I'm creating the variable on pageA.php, then I call it in pageB.php and it's there but it seems to disappear in pageA.php and is no longer visible in pageB.php after refresh nor is it visible in pageC.php after pageB.php has called upon it...
What on earth could the problem be? Or a work around this problem?