Skip to content

Commit

Permalink
add COOKIE_PATH variables to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 10, 2016
1 parent df616bd commit 2d43a77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rdmo/settings/base.py
Expand Up @@ -193,5 +193,9 @@
LOGOUT_URL = BASE_URL + LOGOUT_URL
MEDIA_URL = BASE_URL + MEDIA_URL
STATIC_URL = BASE_URL + STATIC_URL

CSRF_COOKIE_PATH = BASE_URL + '/'
LANGUAGE_COOKIE_PATH = BASE_URL + '/'
SESSION_COOKIE_PATH = BASE_URL + '/'
except NameError:
pass

0 comments on commit 2d43a77

Please sign in to comment.