Skip to content
Snippets Groups Projects
Commit 05293cf6 authored by Chris Hines's avatar Chris Hines
Browse files

revert cookie changes

parent 54df158c
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!35Dev,!22Dev,!20Dev
Pipeline #10223 failed
...@@ -14,9 +14,9 @@ import datetime ...@@ -14,9 +14,9 @@ import datetime
app.config['PERMANENT_SESSION_LIFETIME'] = datetime.timedelta(seconds=3600) app.config['PERMANENT_SESSION_LIFETIME'] = datetime.timedelta(seconds=3600)
app.config['SESSION_REFRESH_EACH_REQUEST'] = True app.config['SESSION_REFRESH_EACH_REQUEST'] = True
app.config['SESSION_COOKIE_NAME'] = 'tessession' app.config['SESSION_COOKIE_NAME'] = 'tessession'
app.config['SESSION_COOKIE_SECURE'] = True #app.config['SESSION_COOKIE_SECURE'] = True
app.config['SESSION_COOKIE_HTTPONLY'] = True #app.config['SESSION_COOKIE_HTTPONLY'] = True
app.config['SESSION_COOKIE_SAMESITE'] = 'Strict' #app.config['SESSION_COOKIE_SAMESITE'] = 'Strict'
app.config['APPLICATION_ROOT'] = '/' app.config['APPLICATION_ROOT'] = '/'
if not app.config['LOCAL_DEV']: if not app.config['LOCAL_DEV']:
app.config['APPLICATION_ROOT'] = '/tes' app.config['APPLICATION_ROOT'] = '/tes'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment