View Single Post
Old 07-13-2005, 06:32 PM   #1 (permalink)
morpheuz
Code Monkey
 
Join Date: Feb 2005
Posts: 64
morpheuz is on a distinguished road
$_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?
morpheuz is offline   Reply With Quote