Page 2 of 2

Re: session help

Posted: Sat Apr 26, 2008 11:45 pm
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.