[geany/www.geany.org] 5d65f3: Remain sessions after browser close (useful for the pastebin)

Enrico Tröger git-noreply at xxxxx
Thu May 23 20:11:07 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 23 May 2013 20:11:07 UTC
Commit:      5d65f3eff758c88548b20b50dc86b44ea8eca967
             https://github.com/geany/www.geany.org/commit/5d65f3eff758c88548b20b50dc86b44ea8eca967

Log Message:
-----------
Remain sessions after browser close (useful for the pastebin)


Modified Paths:
--------------
    geany/settings.py

Modified: geany/settings.py
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -363,7 +363,7 @@
 
 # caching & sessions
 SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
-SESSION_EXPIRE_AT_BROWSER_CLOSE = True
+SESSION_EXPIRE_AT_BROWSER_CLOSE = False
 
 DASHBOARD_TAGS = (
     ("mezzanine_tags.app_list",),



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list