Re: [PHP] Losing Sessions

2004-06-16 Thread Marek Kilimajer
Paul Liebrand wrote --- napĂ­sal:: Curt, Thanks for the reply. I am going to go ahead and change all my session variables to use the methods you described. Because I am using the session_register method, could this be the cause of my problem? That it works 90% of the time, but a couple times through

Re: [PHP] Losing Sessions

2004-06-15 Thread Curt Zirzow
* Thus wrote Paul Liebrand ([EMAIL PROTECTED]): > Curt, > > Thanks for the reply. > > I am going to go ahead and change all my session variables to use the > methods you described. Because I am using the session_register method, could > this be the cause of my problem? That it works 90% of the ti

Re: [PHP] Losing Sessions

2004-06-15 Thread Paul Liebrand
Curt, Thanks for the reply. I am going to go ahead and change all my session variables to use the methods you described. Because I am using the session_register method, could this be the cause of my problem? That it works 90% of the time, but a couple times throughout the day the sessions just ge

Re: [PHP] Losing Sessions

2004-06-15 Thread Curt Zirzow
* Thus wrote Paul Liebrand ([EMAIL PROTECTED]): > I am hosting a web site on tierranet and throughout the day sessions get > lost. If I take the exact same code and run it on my Windows machine, I can > run it for a week straight without any problems. I have not been able to > figure out the proble

[PHP] Losing Sessions

2004-06-15 Thread Paul Liebrand
I am hosting a web site on tierranet and throughout the day sessions get lost. If I take the exact same code and run it on my Windows machine, I can run it for a week straight without any problems. I have not been able to figure out the problem and was wondering if anyone can provide any assistance

[PHP] Losing Sessions.

2003-12-04 Thread Tony Crockford
I hope someone can help. I have a simple login process that someone wrote for me. It uses two stored variables which it checks on each new page, if it can't get them it assumes you should login first and sends you to a login page. Everything was okay. I used the same script on a different serv