Tag - JSP

Redirect a user without creating browsing history

When writing web applications, it is sometimes desirable and/or necessary to redirect the user without creating history in the browser. This prevents the user from hitting the back button and ending up at a page. For example, when a form I have created submits to a JSP that processes the form and outputs status...