Changes between Version 2 and Version 3 of Ticket #32129, comment 12


Ignore:
Timestamp:
Mar 30, 2022, 5:44:36 AM (2 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32129, comment 12

    v2 v3  
    1111Adding 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.
    1212
    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... 🤔
     13The interesting thing with the file case is you can stat for the `modification` where otherwise you don't really have that in hand... 🤔
    1414
    1515I've left a [https://github.com/django/django/pull/15549#pullrequestreview-925855361 comment on PR]
Back to Top