Write cookie causes browser not to ask the server
Browser-side Refresh request a PHP page (this page will be re-written once a cookie), refresh to a certain extent (about 10-20 times) will not be able to access the server, to clear the cookie to re-access
The request headers when you cannot access it is as follows:
GET http://XXX/test.php http/1.1
accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Cache-control:max-age=0
user-agent:mozilla/5.0 (Windows NT 5.1) applewebkit/537.36 (khtml, like Gecko) chrome/28.0.1500.72 safari/537.36
When the access is not available, the request is not sent out, as if it is very hard to read the local cookie, is not read the same.
Cookies Server
Share to:
------Solution--------------------
There should be a limit on the server side
------Solution--------------------
Cookie validation Issues
Restricted page Verification cookie is a problem, so jump to landing page
Login page to determine if a cookie exists and jumps to a restricted page
After the browser receives the jump instruction continuously, thinks the server has the problem to no longer connect