Maybe settings in development.ini are bad.

Edgar
---------------------

use = egg:hsd
full_stack = true
static_files = true
cache_dir = %(here)s/data
beaker.session.key = hsd
beaker.session.secret = mysecret
beaker.session.cookie_expires = True
beaker.session.cookie_domain = .hsd.com
beaker.session.timeout = 360
beaker.session.type = cookie
beaker.session.validate_key = myvalidkey



On Apr 14, 2:22 pm, Ben Bangert <[email protected]> wrote:
> On Apr 14, 2009, at 11:01 AM, edgarsmolow wrote:
>
> > Exactly.... the session is not saved on my workstation.  On repeated
> > visits to the same page, no cookie on my workstation, the _id value
> > changes each visit and the other two fields are not available (since,
> > as you mentioned, it's a new session each visit).
>
> I can't reproduce this at all, which makes it difficult to say what is
> going on. Can you create a fresh project, do nothing in it but drop in
> those lines to a __before__ for an action, then trigger the action to
> verify no cookies are sent and no session is retained? Because when I
> do that, it works just fine, I get cookies set, the session is
> retained, etc.
>
> Without a full project that demonstrates this behavior, I can't really
> know what's going on. I can only imagine that something else you've
> done in your project has disabled the sessions for some reason.
>
> Cheers,
> Ben
>
>  smime.p7s
> 3KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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