Ive created a web.py app using JPScalettis DBAuth module (http://jpscaletti.com/webpy_auth/) and it was working just fine till I moved it to mod_wsgi.
I can login fine, but the @auth.protected() decorator sends me back to the login page. Also the auth.getUser(login=None) check returns a None.