Why should VisitorTrackingMiddleware be before django.contrib.sessions.middleware.SessionMiddleware?
I have custom middleware that logs a user out after 1 hour. I want to run this before VisitorTrackingMiddleware otherwise it greatly overstates the time a user spends on the site.
Or is there another way to be more accurate in the time a user spends on the site?