Hi,
I am using
Tomcat 3.2 version. I have an application in which
i have to capture user login and logout time. I am storing the
login time and logout time in database table.
If user logout by clicking logout button then page navigate to some processing page in which i take the logout time and stored in database table.
My problem is "If user close the browser after login into the application without logout then i am unable to capture the logout time".
Can any one help me how to find out the logout time when user closes the browser directly after login without logout.
Adv Tks,
------------------
Malli