I need to implement a way to remember pages (URL and request parameters) on the server side to simulate the browser's Back and Forward buttons in a Java servlet. I am planning on extending the Servlet class and intercepting all requests and then keeping them in a stack.
Has anyone done this before? Are there easier ways to do this?
Has anyone done this before? Are there easier ways to do this?