I’ve created a python script running under mod_wsgi with apache,
I want to manage sessions, authentication and timeout.
what would be the best way to achieve it?
I’m using apache 2.x and mod_wsgi 2.x
I’ve seen few mod_wsgi Directives but any help or article_URL may help me more.
References:
mod_wsgi Directive Reference for Authentication
“Middleware and libraries for WSGI”