Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Meaning of "disabling browser caching" |
|---|---|
| Date: | 9 May 2006 09:13:54 -0000 |
<%
response.setHeader("Cache-Control", "no-cache");
response.setHeader("Pragma", "no-cache");
response.setDateHeader("Expires", -1);
%>
I used this code in a JSP script. I am facing a problem. I navigated from this
page (say Page 1) to another page (say Page 2).
Then, I tried to use the back button of Page 2 to get back to Page 1. The Page
1 appeared.
But if this code is meant to disable browser caching, Page 2 shouldn't have
appeared?
Can anyone tell me exactly what disabling browser caching means?
-------------------------------------------------------------------------
Sponsored by: Watchfire
Methodologies & Tools for Web Application Security Assessment
With the rapid rise in the number and types of security threats, web
application security assessments should be considered a crucial phase in
the development of any web application. What methodology should be
followed? What tools can accelerate the assessment process?
Download this whitepaper today!
https://www.watchfire.com/securearea/whitepapers.aspx?id=701300000007t9h
--------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Code snippets to disable browser caching, Peter Conrad |
|---|---|
| Next by Date: | RE: Meaning of "disabling browser caching", Martin O'Neal |
| Previous by Thread: | Black Hat class: Advanced Asp.Net Exploits and Countermeasures, Dinis Cruz |
| Next by Thread: | RE: Meaning of "disabling browser caching", Martin O'Neal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |