79393846

Date: 2025-01-28 12:42:36
Score: 2.5
Natty:
Report link

Found it. In Django you have 2 guys responsibles

  1. To limit admin session:

    SESSION_COOKIE_AGE = 30 # in seconds

  2. To renew session time

    SESSION_SAVE_EVERY_REQUEST = True

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Germano