Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listing all session variables

Status
Not open for further replies.

newphpbie

Programmer
Joined
Oct 17, 2003
Messages
110
Location
GB
Hi All..

Is there a way of listing all the session variables?

or something similar....??

Any help would be much appriciated...

 
I think
print_r($_SESSION);

should do it.

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Just as a note to go with KarveR's excellent advice, if you do a
Code:
echo '<pre>';

before that print_r, the output will be easier to read.

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top