ny of that.
Dave
-Original Message-
From: Kieran Hall [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 25, 2002 6:58 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] re-initiating a sesion
I know how to start the session, that isn't the problem. I want the
session to continue when the us
need refreshing (IE6).
>
> Kieran Hall
>
> -Original Message-
> From: Peter Houchin [mailto:[EMAIL PROTECTED]]
> Sent: 26 August 2002 00:22
> To: Kieran Hall; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] re-initiating a sesion
>
> on the top of every pages that you need
Peter Houchin [mailto:[EMAIL PROTECTED]]
Sent: 26 August 2002 00:22
To: Kieran Hall; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] re-initiating a sesion
on the top of every pages that you need the sessions make sure you have
session_start() put this before any html out put and you shouldn't have
an
[EMAIL PROTECTED]
> Subject: [PHP-WIN] re-initiating a sesion
>
>
> I have been playing with sessions on my web site and have tried to
> reinitiate a session by saving the session Id in a cookie and checking
> for it at the top of the page. However, this seems to fail. I
> d
I have been playing with sessions on my web site and have tried to
reinitiate a session by saving the session Id in a cookie and checking
for it at the top of the page. However, this seems to fail. I
discovered also, that by refreshing the browser the sessions starts
(from the Id in the cookie).