开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜