session help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: session help

Post by RobertGonzalez »

Code: Select all

<?php
session_start();
echo '<pre>', print_r($_SESSION, 1), '</pre>';
?>
Run that and tell us what appears on your screen.
Post Reply