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