Re: Django Redirect to login when writing to session

2008-01-23 Thread Kenneth Gonsalves
On 23-Jan-08, at 6:42 PM, Polar Bear z RPA wrote: > I try to write the form dict to a sesssion what code do you use to write the dict to the session? Probably you are overwriting the session dict instead of adding to it -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/

Django Redirect to login when writing to session

2008-01-23 Thread Polar Bear z RPA
Hi, I am not sure if anyone has had this situation or not but I have been struggling with this for days now. I have a form with a few select fields and a few text fields. The form post the information to it's own url so that the details show below the form. I try to write the form dict to a sesss