Skip to content

Commit

Permalink
save session every request
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Lechowicz committed Dec 28, 2011
1 parent f8ea0c7 commit e5b6fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
}
SESSION_COOKIE_AGE = 60 * 10
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_SAVE_EVERY_REQUEST = True

LOGIN_URL = '/zaloguj/'

Expand Down

0 comments on commit e5b6fa5

Please sign in to comment.