Hey all
 I recently added the following to my JSP pages to force them not to be 
cached:
 <% response.setHeader("Pragma","no-cache");%> 
<% response.setHeader("Cache-Control","no-store");%> 
<% response.setDateHeader("Expires",-1);%> 
 the result is that if the user hits "back" then "reload" they get an error 
500. How can I create a page that will handle any error 500 that comes up? 
Essentially, I just want to display a message that tells the user to 
re-login..
 thoughts?

-- 
-Dave
[EMAIL PROTECTED]

Reply via email to