我在主页上有一个带有表单的php web应用程序。表单结果显示在不同的页面上。一切都按预期第一次运行,但如果Android(4.4.2)用户使用"返回"按钮从主页执行新搜索,他们看到与第一次提交相同的结果。
我怀疑Android正在缓存页面。
为什么会发生这种情况?如何阻止它?
我的表单如下:
<form method="post" action="/eng/listings">
当我用Charles记录请求时,这些是标题:
HTTP/1.1 200 OK
Date Fri, 13 Feb 2015 23:59:57 GMT
Server Apache
X-Powered-By PHP/5.6.2
Content-Length 80290
Content-Type text/html; charset=UTF-8