The CreatorCon Call for Content is officially open! Get started here.

How and where to get the logout time details of a user?

priyanka154
Mega Expert

Where we can track the users login and logout time details of a user?

In user record there is a login time field which tracks the login time of the user.

But there   are no details to track the user's logout time.

11 REPLIES 11

Hi Priyanka,



Yes, right you are. You can also go to the System Logs-->Client Transactions and find out the users by Created by. You also can find unique Session ID for the paricular user when he/she has logged in and does any transcation. From there you can assume the last transaction time. There is as such nothing to be tracked to find out Logout. May be I'm missing anything.


And one more thing to mention you can also find out 'Last Login' field in the user table and track any user from there.



I hope this helps.Please mark correct/helpful based on impact



Transaction time gets visible only when the user is logged in.


If he logs out , how can I find the details?


Hi Priyanka,



In the   System Logs-->Client Transactions, you'll find all the transactions irrespective of the user whether he/she is logged in or not. But yeah, you will only find records for their transactions. The transactions with the same session id means in that particular session the user has done all those transactions. You can find the /login.do or /login_redirect.do in the URL too indicating the login time of the user. But, bad luck, there is nothing which indicating the logout.



I hope this helps.Please mark correct/helpful based on impact



Thanks Amlan for giving response.


If you find any info regarding how to get logout time. Please share here



Thanks


Priyanka


Hi Priyanka,



You are welcome. Sure, I will share if I get any.