mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 01:31:13 +00:00
Upped session cookie expiry limit
This commit is contained in:
@@ -219,3 +219,5 @@ REST_FRAMEWORK = {
|
||||
'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly'
|
||||
]
|
||||
}
|
||||
#Trying this to see if it stops the user being logged out
|
||||
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # Age of cookie, in seconds (default: 2 weeks).
|
||||
|
||||
Reference in New Issue
Block a user