What is classified as a logout activity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021
11:40 PM
Hi there,
I have been using the Authentication Log API (https://canvas.instructure.com/doc/api/authentications_log.html) to find out whether a student has logged in and out of Canvas.
I wonder, what is classified as a "logout" activity on Canvas? Is the classification based on clicking the "Logout" button?
My question arises when I noticed that, if a student closed their Canvas web page without clicking the "Logout" button, the Authentication Log API does not record that as "Logout". If a user has been inactive and the session has timed out, there is also no record of the user being "Logout". What happens with timeout, is that I observe a list of only login activities.
Thank you for your help in advance!