From 8903efcd55d4529c58d2f9adc68fea055236e388 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 22 Apr 2013 11:43:05 +0000 Subject: [PATCH] fix session cookie example --- pandora/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/settings.py b/pandora/settings.py index 4bf65ffd..08215d56 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -195,7 +195,7 @@ USE_IMDB = False #if you set VIDEO_PREFIX make sure cookies work accros subsomains VIDEO_PREFIX='' #VIDEO_PREFIX = '//video{uid}.example.com' -#SESSION_COOKIE_DOMAIN = '*.example.com' +#SESSION_COOKIE_DOMAIN = '.example.com' SESSION_COOKIE_AGE=60*24*60*60