Skip to content

Commit d899f7e

Browse files
committed
OS-112: added session cookie name
1 parent e58daf0 commit d899f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openIMIS/openIMIS/settings/security.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
SESSION_COOKIE_SECURE = True
9595
# session cookie validity = 8 hours
9696
SESSION_COOKIE_AGE = 28800
97+
SESSION_COOKIE_NAME = "openimis_session"
9798

9899
# CORS settings
99100
CORS_ALLOW_CREDENTIALS = True

0 commit comments

Comments
 (0)