On 5/15/07, Ben Bangert <[EMAIL PROTECTED]> wrote:
>
>
> Max Ischenko wrote:
> > I have run into something like a bug.
> >
> > I'm using beaker's session and if my controller method issues a redirect
> > the value I put in the session is not preserved. e.g.:
> >
> >     session['page_message'] = message
> >     session.save()
> >     redirect_to(url_for('optima'))
> >
> > Anyone experienced this?
>
> What version of Pylons are you using? An earlier version (I believe
> 0.9.3 or so) had a bug where it wasn't saved.


That was my logic error that caused session key to be popped out in
__after__.

Max.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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