[PHP] Why my php page will reply "session expire" when the use press back button?

2001-03-15 Thread Carfield Yim
Why my php page will reply "session expire" when the use press back button? And then all the information in the form that user fill is lost, how can I fix this? thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Why my php page will reply "session expire" when the use press back button?

2001-03-15 Thread Yasuo Ohgaki
- Original Message - From: "Carfield Yim" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Friday, March 16, 2001 1:44 PM Subject: [PHP] Why my php page will reply "session expire" when the use press back button? > Why my php page will reply "sessi

Re: [PHP] Why my php page will reply "session expire" when the use press back button?

2001-04-10 Thread Carfield Yim
> > Why my php page will reply "session expire" when the use press back > > button? And then all the information in the form that user fill is lost, > > how can I fix this? thx > > > > Set your session.cache_limitter to private and set some reasonable expration > time for session.cache_expire. >