Re: Invalidating the session

2004-09-17 Thread Luis Urueña Frías
Hello, You can create filter for the login page. That filter should disconnect the user of the web application (if exists). All users that access login page, will be forced to be authenticates again. If problem persist, it could be web cache. Luis Urueña Frías Oficina 101 - Edificio Galileo,

Re: Invalidating the session

2004-09-17 Thread Kranti Parisa
fine... n one more thing is.. if the user login to the system..from the login page then the welcome page is displayed.. then if the user clicks the back button from the browser he will visit the login page ...but if the user clicks the forward button session should be invalid..how to do that? On

Re: Invalidating the session

2004-09-17 Thread Jitender K Chukkavenkata
Use javascript to load a function on window event close. Let that javascript pass a request to an action (like InvalidateSessionAction that holds the logic to manage the same). thats it. Jitender Kumar C.V.

Invalidating the session

2004-09-17 Thread Kranti Parisa
how to invalidate the session when user clicks the close(cross) button which will display at the right side of the browser when we open a page.. -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977 ---