Changes between Initial Version and Version 1 of Ticket #28256, comment 1


Ignore:
Timestamp:
May 30, 2017, 10:51:10 AM (7 years ago)
Author:
Marten Kenbeek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28256, comment 1

    initial v1  
    1 `last_login` refers to the time of the last successful login action, not to the time of the last user session. As mentioned on your [https://stackoverflow.com/questions/44265608/django-update-last-login-always-providing-lastest-time-not-last-login-time StackOverflow question], if you check the value for the current user, that will be the start time of the current session, not the start time of the previous session.
     1`last_login` refers to the time of the last successful login action, not to the start- or end-time of the last user session. As mentioned on your [https://stackoverflow.com/questions/44265608/django-update-last-login-always-providing-lastest-time-not-last-login-time StackOverflow question], if you check the value for the current user, that will be the start time of the current session, not the start time of the previous session.
Back to Top