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 like http://example.com/controller/action.

But when url contain sub_domain http://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to