On Aug 21, 2008, at 6:13 AM, Pavel Skvazh wrote:

The case is that when I work with sub-domain (i.e. my.example.com),
set some session variables and then go to some other domain (i.e.
www.example.com) the session is empty. No cookie is issued as well.

Have anyone faced this issue before and what's the best practice to
keep the session persistent across sub_domains

You need to specify to use just the last portion (.example.com) for the beaker cookie. You can set this in your ini file with:
beaker.session.cookie_domain = .example.com

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to