Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
fixed socket cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Apr 29, 2012
1 parent f9ad7e7 commit cc9deee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neutron/settings.py
Expand Up @@ -126,6 +126,7 @@
SESSION_COOKIE_AGE = 36 * 60 * 60
SESSION_SAVE_EVERY_REQUEST = True
SESSION_COOKIE_NAME = 'neutronsession'
SESSION_COOKIE_HTTPONLY = False

JSON_MIME = 'application/json'

Expand Down

0 comments on commit cc9deee

Please sign in to comment.