How to Clear browser Cache History in JSP?

Just add following line on the top of the JSP page.(Page details
information is clear form Browser Cache)

JSP Code:-

response.addHeader("Cache-Control", "max-age = 0, s-maxage = 0,must-revalidate, proxy-revalidate, no-cache, no-store ");
response.addHeader("Pragma", "no-cache");

Comments

Post a Comment

Popular posts from this blog

How to Convert ext2 partition into ext3?

How to Lock an user account??????