Im having some issues with a server. When a page is received using post, and you move on to another page, pressing the back button produces a warining that states that the "POSTDATA expired from cache" message and requires the user to press continue. Another server (both Apache 1.3) does not produce this message. The code on both servers is identical. Initially I though it was a client issue, but with the same browser visiting both sites one site will produce the message and another will not. Is this a setting in the apache conf?
Any help appreciated.
[SOLVED] POSTDATA expired message on back button. Apache 1.3
Moderator: General Moderators
Re: POSTDATA expired message on back button. Apache 1.3
Solved.zwxetlp wrote:Im having some issues with a server. When a page is received using post, and you move on to another page, pressing the back button produces a warining that states that the "POSTDATA expired from cache" message and requires the user to press continue. Another server (both Apache 1.3) does not produce this message. The code on both servers is identical. Initially I though it was a client issue, but with the same browser visiting both sites one site will produce the message and another will not. Is this a setting in the apache conf?
Any help appreciated.
For those interested, it turns out it was not a setting in the apache conf but rather a setting ("session_cache_limiter") in the php.ini file.
Thanks.