PROTECTED]
Sent: Tuesday, March 23, 2004 9:12 AM
To: James E Hicks III
Cc: PHP-General
Subject: Re: [PHP] session.bug_compat_42
This has nothing to do with the browser. Instead of using
session_register("last_time") and setting $last_time, do this:
$_SESSION['last_time']
Thanks to all who helped, I think I got it figured out now.
James Hicks
On Tuesday 23 March 2004 12:11 pm, Rasmus Lerdorf wrote:
> This has nothing to do with the browser. Instead of using
> session_register("last_time") and setting $last_time, do this:
>
> $_SESSION['last_time'] = time();
This has nothing to do with the browser. Instead of using
session_register("last_time") and setting $last_time, do this:
$_SESSION['last_time'] = time();
It's shorter and it will make the warning go away.
-Rasmus
On Tue, 23 Mar 2004, James E Hicks III wrote:
> What does the code look like
What does the code look like that is causing this error? I know I can turn the
error off but how do I fix the code that is causing it?
Warning: Unknown(): Your script possibly relies on a session side-effect which
existed until PHP 4.2.3. Please be advised that the session extension does
not co
4 matches
Mail list logo