|
$_SESSION superglobal...I'm scared
Well, I'm getting around to working in membership stuff myself and I'm confused on how $_SESSION works. I've read themanual/explanations on what is done and I still get confused when I look at code that's using it.
Anybody here good at breaking down stuff like this to dummies lol.
How is it being called and how is it maintained through multiple pages?
ex: $_SESSION['string'] <- where is the string being called from?
How do I use it more than once? Can the session global be used with variables?
|