setting logout on browser close
This commit is contained in:
@@ -306,6 +306,7 @@ RQ_QUEUES = {
|
||||
#SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
SESSION_SAVE_EVERY_REQUEST = True
|
||||
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
|
||||
|
||||
# admin stuff for error reporting
|
||||
SERVER_EMAIL='admin@rowsandall.com'
|
||||
|
||||
Reference in New Issue
Block a user