Changes between Initial Version and Version 1 of Ticket #32088, comment 15
- Timestamp:
- Jan 22, 2022, 12:29:48 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32088, comment 15
initial v1 12 12 my_session = SessionStore() 13 13 # there is no session key specified, means we want create new db session probably 14 session.get_expiry_date()14 my_session.get_expiry_date() 15 15 # get_expiry_date() func tell us new created sessions expiration time(it is now in django 4, 14 day), that is logical and expected 16 16