Re: setting a cookie whether a redirect happens or not - part 2

2007-02-20 Thread Mike Orr
On 2/20/07, Shannon -jj Behrens [EMAIL PROTECTED] wrote: On 2/18/07, Damjan [EMAIL PROTECTED] wrote: Since ticket 201 will be probably resolved for 0.9.5 and for those that find reading patches hard... this is what will be possible with 0.9.5 ... This is a sollution for the cookie

setting a cookie whether a redirect happens or not - part 2

2007-02-17 Thread Damjan
There was a discussion recently about this on this list but also on IRC etc. I have two sollutions, one was to make a custom redirect response that then I could modify. The other is to modify Pylons so that instead of re-raiseing the HTTPException in WSGIController.__call__ so that the