|
Comments for: mattias20000305
| Message # 1023680: |
|
Date: 01/06/05 06:19
By: Dharmendra Ajwani Subject: RE: Warning: Page has Expired / Data Missing HI, Usually this happens when the page you are trying to go, has been submitted via <form method=”post”>. If you change the form to <form method=”get”>, it should not happen anymore. Try using: If you are using sessions open your php.ini file and change the value for session.cache_limiter to have no value, like this: session.cache_limiter = ; or session.cache_limiter = none; If you do this you can use POST and the back button without worrying about the "page expired" warning. The session.cache_limiter returns control of the cache to the browser if it's got no value Thanks Dharmendra Ajwani |
Previous Message | Next Message |


