I guessed that the code above makes not to store in the folder "Temporary "Internet Files."Code:<meta http-equiv='pragma' content='no-cache'>
In order to test it, I made the following code.
After I delete all files in the folder "Temporary Internet Files," I open the page index.htm. Then I can still see index.htm in the folder "Temporary Internet Files."Code:index.htm <html> <head> <title>my secret page</title> <meta http-equiv='pragma' content='no-cache'> </head> <body> my secret content. </body> </html>
I like to make "index.htm" not to store in the folder "Temporary Internet Files."
What code do I have to put in index.htm for that?








Bookmarks