Hi do this you need two things: 1. update your Beaker to 0.9.3 2. add beaker.session.cookie_domain = .example.com to the development.ini file (and to produciton ones with their real domains)
HTH m On 4 апр, 17:23, Taras <[EMAIL PROTECTED]> wrote: > Hi, > > I use pylons.session to store user data. > session['user'] = user > session.save() > > Getting user data from session works in controllers for urls from main > domain likehttp://example.com/controller/action. > > But when url contain sub_domainhttp://sub.example.com/controller/action > session.get(user') returns None. > > As far as I understand sessions binded only for domain, and new one > created for sub_domain. > > Is there any way to get data from domain session for sub_domain urls? > > Thanks in advance for any help! > Taras. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
