X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=plgng%2Fsettings_common.py;h=337f5578f624dc4b7481198820cc5f816a376375;hb=169ad8dc3e17a7637808f402cba0fa5667b721c3;hp=a6c93aa2252850a36ec10fa3e12470b39f9b8cd6;hpb=26afa69867c0d50f44e9e9468785b78fed2cbc47;p=qcg-portal.git diff --git a/plgng/settings_common.py b/plgng/settings_common.py index a6c93aa..337f557 100644 --- a/plgng/settings_common.py +++ b/plgng/settings_common.py @@ -107,6 +107,7 @@ OPENID_STRICT_USERNAMES = True SESSION_COOKIE_NAME = 'qcg_session' +SESSION_COOKIE_AGE = 60 * 60 * 24 * 6 # 6 days, length of user proxy from openid is 1 week SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' @@ -128,4 +129,4 @@ MESSAGE_TAGS = { } -GRAPPELLI_ADMIN_TITLE = 'Portal QCG' +GRAPPELLI_ADMIN_TITLE = 'Portal UNRES'