Is there any way to implement explicit user cache and / or cookies? Especially in Safari / WebKit
Many thanks!
Yes try to trick a user into selecting the appropriate menu item that clears their cookies and cache. me Baby! It will be called "social engineering" type hacking and is unpleasant to those who have the desire to be free from legal issues.
Some tags may be useful depending on what you want to do:
& lt; Meta HTTP-EQUIV = "PRAGMA" CONTENT = "NO-CACHE" & gt; & Lt; META HTTP-EQUIV = "Refresh" content = ... time & gt;
It only controls its own web page, usually not a cache. Of course, you can set your own site's cookies to whatever you want.
Comments
Post a Comment