RE: [PHP-WIN] re-initiating a sesion

2002-08-26 Thread David Hollister
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

Re: [PHP-WIN] re-initiating a sesion

2002-08-26 Thread Paul Roberts
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

RE: [PHP-WIN] re-initiating a sesion

2002-08-25 Thread Kieran Hall
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

RE: [PHP-WIN] re-initiating a sesion

2002-08-25 Thread Peter Houchin
[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

[PHP-WIN] re-initiating a sesion

2002-08-25 Thread Kieran Hall
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).