Page 1 of 1

PHP Session

Posted: Wed Jan 30, 2008 11:46 pm
by mmujawer
Any one can give information about php sessions variables.

Re: PHP Session

Posted: Thu Jan 31, 2008 12:58 am
by Christopher
1. It is named $_SESSION

2. It is an array

3. It doesn't contain anything until after session_start() is called

4. A bunch of other details you can read about here

Re: PHP Session

Posted: Thu Jan 31, 2008 1:26 am
by mmujawer
Thanks for this valuable information