I have a
servlet that contains logic and also displays the html for a page that can contain sensitive data. I need a short term fix. If someone else uses the same computer I do not want them to be able to get the URL the previous person used. The server session timeout is 30 min. Can I set the response header to achieve this?
Thanks