Re: same session on more than 1 website

2009-09-25 Thread Hinnack
please add to the documentation:every site has to have the same SECRET_KEY, too when you want to get session vars from a different host, as the cookie-data is encoded by this key. -- Hinnack --~--~-~--~~~---~--~~ You received this message because you are subscribed

same session on more than 1 website

2009-09-24 Thread hinnack
hi, I do have only set SESSION_COOKIE_DOMAIN = '.dev.miadi.net' in both sites and now I am expecting to be able to set a value under host1.dev.miadi.net and to read it under host2.dev.miadi.net - but this does not work. the browser does send the cookie he got from host1 to host2, but the site se