Hi Prerna,
If i am not wrong , this is not session tracking.
it is session validation.
1) this has a problem,
It unnecessarily creates a session.
2)think it works but using browser back button might fail
3) think it works but using browser back button might fail
4)Using filters (Cookies) - fi
Hi All,
I would like to know which is the best approach for session tracking in
struts among the following
1) Writing your own ActionServlet class which will have the
following code
public class MyActionServlet extends ActionServlet{
/* (non-Javadoc)
* @se
2 matches
Mail list logo