Best Method for "Back Button"
- by CitadelCSCadet
I'm working on a web application using JSP/Servlets, etc. And I have a lot of form progression. I am aware of some ways to use the "Back" functionality, but I am not sure if its efficient enough.
What are the best ways to implement this? Does it Involve using the session object? or just the request? or neither?