On Sep 28, 11:55 pm, Alper Çuğun <[EMAIL PROTECTED]> wrote: > The problem is not that sessions do not work. They do. > The problem is that after login() I do a redirect. In the view where > the redirect ends up I am not considered logged in the first time I > get there. After a refresh I am, but that is just a bit strange.
Ok. Login does work now for some strange reason, but the redirect does not function correctly anymore. After login I redirect to another page, the redirect does display the new page, but the URL in the browser does not change. It is as if the redirect is proxying the content at the redirect URL. At this point I'm suspecting my webserver from doing something strange. Any way I can diagnose this and contact my admin with a solid error? ~Alper --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

