Changes between Initial Version and Version 1 of Ticket #32088, comment 15


Ignore:
Timestamp:
Jan 22, 2022, 12:29:48 AM (2 years ago)
Author:
ahmadkhalili

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32088, comment 15

    initial v1  
    1212my_session = SessionStore()
    1313# there is no session key specified, means we want create new db session probably
    14 session.get_expiry_date()
     14my_session.get_expiry_date()
    1515# get_expiry_date() func tell us new created sessions expiration time(it is now in django 4, 14 day), that is logical and expected
    1616
Back to Top