how can I manage session with mod_wsgi with apache webserver?
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 m开发者_如何学运维e more.
References: mod_wsgi Directive Reference for Authentication
"Middleware and libraries for WSGI"
See the WSGI middleware package called AuthKit.
http://authkit.org/
Don't try and re-invent the wheel. Use a framework.
精彩评论