Re: Problems with session middleware

2007-02-15 Thread Honza Král
On 2/16/07, Almad <[EMAIL PROTECTED]> wrote: > > Hello, > > please...nobody have a clue? > > I've run into same issue again and it's somehow making django usuable > for me :-( > > (and yes, still with the freshest trunk) > > Thank You, > > Almad my guess would be that you are somewhere returning a

Re: Problems with session middleware

2007-02-15 Thread Almad
Hello, please...nobody have a clue? I've run into same issue again and it's somehow making django usuable for me :-( (and yes, still with the freshest trunk) Thank You, Almad On Jan 28, 4:30 pm, "Almad" wrote: > Hello, > > I'd like to ask about session/auth middleware I'm trying to use. --

Problems with session middleware

2007-01-28 Thread Almad
Hello, I'd like to ask about session/auth middleware I'm trying to use. I have this view, which tries to act as openid consumer: def prihlas(request): # FIXME: better tmp dir oidconsumer = consumer.Consumer(request.session, FileOpenIDStore('/ tmp/openid')) try: req = oidcon