How and where to get the logout time details of a user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 02:32 AM
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.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 03:44 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 04:00 AM
Transaction time gets visible only when the user is logged in.
If he logs out , how can I find the details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 04:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 05:10 AM
Thanks Amlan for giving response.
If you find any info regarding how to get logout time. Please share here
Thanks
Priyanka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2016 05:17 AM
Hi Priyanka,
You are welcome. Sure, I will share if I get any.