django - Sharing Sessions on Subdomains -


i'm trying set way have user jump around subdomain subdomain.

let's have following subdomains:

one.example.com two.example.com three.example.com

if log into, say, two.example.com, user should able jump on one.example.com or three.example without having log in.

i'm following following example:

stackoverflow - 3742675

... , have settings on both sites:

session_cookie_domain = '.example.com' session_cookie_name = 'examplesession' 

however not working. changed secret key, that's not working either.

any ideas?

thanks


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -