mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Changing session cookie name to prevent loss of session information that has been plagueing users since forever.
This commit is contained in:
parent
59f29b8da9
commit
1ae5a2c26d
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
|||
TEST_RUNNER = "utils.testrunner.TestRunner"
|
||||
DAYS_OF_UNREAD = 14
|
||||
SUBSCRIBER_EXPIRE = 12
|
||||
SESSION_COOKIE_NAME = 'newsblur_sessionid'
|
||||
|
||||
# ===========
|
||||
# = Logging =
|
||||
|
|
Loading…
Add table
Reference in a new issue