SESSION['some_var'] = 0; }
where it should be
if (!isset($_SESSION) { $_SESSION['some_var'] = 0; }
B
From: Ron Piggott <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], PHP DB
Subject: [PHP-DB] Re: My $_SESSION['''] variables are
session_regenerate_id works. Ron
On Sat, 2005-29-10 at 16:23 -0500, Jackson wrote:
> To my knowledge, transfering the contents of the registered variables
> to an unregistered variable and then unregistering the registered
> variable and re-registering it would work, but seems a little
> painstaki
SESSION) { $_SESSION['some_var'] = 0; }
>
> B
>
>
>
> >From: Ron Piggott <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED], PHP DB
> >Subject: [PHP-DB] Re: My $_SESSION['''] variables are expiring!
>
I will ask them to check the php.ini file.
The session variables are working ... as in I have been in my account
and made changes (such as updated my address) so I know the computer is
keeping my $_SESSION['account_reference'] until *something* happens and
it it expires. Then account_reference go