#15377 closed (wontfix)
last_login should reflect real activity
Reported by: | Alper Cugun | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It looks like User.last_login is only triggered on a real login action. This does not in any way reflect real activity on a site if somebody saves their session.
Request: last_active field which is updated on a much more granular level on each request or such.
Note:
See TracTickets
for help on using tickets.
This is out of scope for django. It would be a backwards incompatible change and could cause problems with high traffic sites. Since there is nothing stopping you from tracking last user activity by some other means I am marking this as wontfix.