On Monday, April 11, 2011 2:05:34 PM UTC-4, LightOfMooN wrote: > > No, it just a single application > > I just add to my db.py: > response.cookies[response.session_id_name]['domain'] = ".domain.ru" > session.connect(request,response,masterapp='myapp')
If it's just one application, I'm thinking maybe you don't need the session.connect line (masterapp defaults to the current app anyway when the session is originally loaded at the beginning of the request). What happens if you remove that line? Does it still work? Anthony

