first of all: this is not the same as this. The ModelBackend has no request member.
request
I want to access the session of the current user without ac
The RemoteUserBackend (from django.contrib.auth.backends) uses special middleware, RemoteUserMiddleware, to access request data. Maybe you could do it this way, too.
RemoteUserBackend