Re: Django + WSGI authentication

2016-10-13 Thread Avraham Serour
maybe the user is already logged in? it is sending the sessionid and the server is authenticating checking the sessionid On Thu, Oct 13, 2016 at 10:09 PM, Garry wrote: > Hi. > > I'm porting a legacy Django+mod_python application to Django+WSGI on > Apache httpd 2.4 (Linux) and cannot get user au

Django + WSGI authentication

2016-10-13 Thread Garry
Hi. I'm porting a legacy Django+mod_python application to Django+WSGI on Apache httpd 2.4 (Linux) and cannot get user authentication to work. It's not that authentication is running and failing or that it's reporting errors, it's simply not running at all. When my WSGI-authenticated URL is acc