开发者

how can I manage session with mod_wsgi with apache webserver?

开发者 https://www.devze.com 2023-03-28 10:16 出处:网络
I\'ve created a python script running under mod_wsgi with apache, I want to manage sessions, authentication and timeout.

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

精彩评论

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