Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 23 May 2013 20:11:07 UTC Commit: 5d65f3eff758c88548b20b50dc86b44ea8eca967 https://github.com/geany/www.geany.org/commit/5d65f3eff758c88548b20b50dc86b4...
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).