Changes between Initial Version and Version 1 of Ticket #32129, comment 12
- Timestamp:
- Mar 30, 2022, 5:40:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32129, comment 12
initial v1 11 11 Adding the `modification` parameter allows working out the remaining time (modulo a certain expiry) — the commit for #18458 notes it as a testing aid, and for allowing file backed session invalidation. 12 12 13 The interesting thing with the file case i fyou can stat for the `modified` where otherwise you don't really have that in hand... 🤔13 The interesting thing with the file case is you can stat for the `modified` where otherwise you don't really have that in hand... 🤔 14 14 15 15 I've left a [https://github.com/django/django/pull/15549#pullrequestreview-925855361 comment on PR]