|
|
Posted by white lightning on 01/30/08 03:22
On Jan 30, 1:19 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> OK, what do you have in $_SESSION when it fails?
>
> echo "<pre>\n";
> print_r($_SESSION);
> echo "</pre>\n";
>
when it fails, i get an empty array: Array(). Obviously, it has logged
out and has removed all the session values.
> Do you have full error reporting and display_errors enabled on the
> failing server?
>
on the failing server, display_errors is on and error_reporting is set
to 2039
> What are thePHPversions on the two systems?
>
localhost: PHP Version 5.2.1
Failing server: PHP Version 4.4.7
[Back to original message]
|