Hi, I am using URLrewriting in my application. My problem stems from the fact that IE5 stores in its history list all url's accessed. Therefore, if I redirect to a jsp page via a servlet, which, because of the fact that the url has been rewritten, there is a session id appended to the end of this url. If this session is still 'valid', a user can view the history list and select a jsp page and he/she will be brought straight into this page, which is not this user's page at all! Is there any way to prevent the jsp file being listed in the history list? Thanks, James =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
