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.

- Ben

--~--~---------~--~----~------------~-------~--~----~
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