Re: Session tracking correct approach

2006-07-31 Thread purushottam hegde
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

Session tracking correct approach

2006-07-31 Thread prerna.sawhney
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