equalitie / open-corroborator

Data analysis and fact corroboration
http://equalitie.github.io/open-corroborator/
7 stars 3 forks source link

Remove middleware used to timeout/track sessions #66

Open ggaughan opened 8 years ago

ggaughan commented 8 years ago

SessionAuditMiddleware seems to be used to track user login/logout time. Is this still needed - it would reduce performance with lots of users since it writes to the session on every request. Perhaps the standard session handling would be enough.