Re: [PHP] Re: session expired -> how to know if the session is newor old

2004-02-25 Thread Urb LeJeune
At 05:45 AM 2/25/04, Seba wrote: It means that the session_start function has not changed (has restored the old value) the session id value. Set your browser to do not accept cookies, and it will work. That's not an option, people other than myself have to log in and I have no control over

[PHP] Re: session expired -> how to know if the session is newor old

2004-02-25 Thread Seba
It means that the session_start function has not changed (has restored the old value) the session id value. Set your browser to do not accept cookies, and it will work. Remember that the value of the session id can be passed by GET POST and Cookies to. Seba -- PHP General Mailing List (http://w

Re: [PHP] Re: session expired -> how to know if the session is newor old

2004-02-24 Thread Seba
It means that the session_start function has not changed (has restored the old value) the session id value. Set your browser to do not accept cookies, and it will work. Remember that the value of the session id can be passed by GET POST and Cookies to. Seba Il mar, 2004-02-24 alle 17:31, Catali

Re: [PHP] Re: session expired -> how to know if the session is newor old

2004-02-24 Thread Catalin Trifu
Hi, Thanks for the reply. The method you suggest does not work. Have you tested it somewhere ? Catalin "Seba" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "in the first page of your website, or when you connect for the firs > time to it" > > $_SESSION['first_ses