[PHP-DB] Re: $_Session vs $_Cookie

2004-06-01 Thread Justin Patrin
Ng Hwee Hwee wrote: Hi all, I have a problem: my $_SESSION variables and $_COOKIE variables get destroyed very often, even though my clients are actively browsing the site (that means, the variables should not be garbage collected). Our guess is that the network connections are weak. My server is

[PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Torsten Roehr
Ng Hwee Hwee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I have a problem: my $_SESSION variables and $_COOKIE variables get destroyed very often, even though my clients are actively browsing the site (that means, the variables should not be garbage collected). Our

Re: [PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Ng Hwee Hwee
may not lie in my gc_maxlifetime value?? please correct me if I'm wrong! thanx thanx! - Original Message - From: Torsten Roehr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 5:33 PM Subject: [PHP-DB] Re: $_Session vs $_Cookie Ng Hwee Hwee [EMAIL PROTECTED] wrote

Re: [PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Torsten Roehr
Ng Hwee Hwee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi.. the situation is like this: my clients' $_SESSION gets destroyed even after only a few seconds of inactivity! so, with my current setting for gc_maxlifetime (1440), it should be more than enough to have their sessions

Re: [PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Ng Hwee Hwee
a million!! - Original Message - From: Torsten Roehr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 6:19 PM Subject: Re: [PHP-DB] Re: $_Session vs $_Cookie Ng Hwee Hwee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi.. the situation is like this: my

Re: [PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Torsten Roehr
Message - From: Torsten Roehr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 6:19 PM Subject: Re: [PHP-DB] Re: $_Session vs $_Cookie Ng Hwee Hwee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi.. the situation is like this: my clients

Re: [PHP-DB] Re: $_Session vs $_Cookie

2004-05-31 Thread Ng Hwee Hwee
Hwee [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 9:31 AM Subject: Re: [PHP-DB] Re: $_Session vs $_Cookie Hi Hwee, I experience such problem too.. I'm hosting my web at spore. Sometimes not all the time ...my session just deleted from web server... I also guest that its a weak network