----- 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 "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.
Regards,
--
Yasuo Ohgaki
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]