set default session age to 2 month, change session in init so it expires 2 months after the last init call. fixes #1056
This commit is contained in:
parent
0fe1786ec0
commit
5daba46fb4
2 changed files with 3 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ USE_IMDB = False
|
|||
VIDEO_PREFIX=''
|
||||
#VIDEO_PREFIX='videoPART.example.com'
|
||||
#SESSION_COOKIE_DOMAIN=*.example.com"
|
||||
SESSION_COOKIE_AGE=60*24*60*60
|
||||
|
||||
SCRIPT_ROOT = normpath(join(PROJECT_ROOT, '..', 'scripts'))
|
||||
#change script to customize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue