Link Details

Link 19855 thumbnail
User 191520 avatar

By khnle
via pragmaticobjects.org
Published: Apr 25 2007 / 20:30

The purpose of the middleware class "noCacheMiddleware" featured in this post, is to void the back button effects after a logout action takes place. In other words, by using this class, we can build password-protected web applications that do not exhibit the common back button problem. This problem happens with protected pages are being shown when end users click on the back button after they have logged out. The solution to this "back button after logout" problem requires using this class together with the Redirect-after-post pattern.
  • 14
  • 0
  • 3721
  • 924

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.