Nishan Patel wrote:
hi,
I think that would not happen.
When you click back and perform operation which required login or session and if you remove session for application then it's always redirect login page...
But in all pages I maintian No cache, then no point to maintain the cache..
Sudhakar Kumar wrote:When after I go back to previous page and hit any operation, it's still working. I don't know why the session is still keeping.
Ravi Pavan wrote:Thanks Mohammed
Rather it should be pageContext.forward("/resource.jsp");
Is there any difference in what i specified and what you suggested ??
And i am using this inside the servlet , and not in jsp