Bottle.py Session
Session code for bottle microframework
A simple library to make session authenitcation easy with the Bottle micro-framework.
Features:
Saves off URL being hit so that you can redirect after the login. (Stored in a cookie)
Simple session managers included: store in /tmp and store in cookie.
Decorator to specify that a login is required.
Saves off login name to "bottle.request.environ['REMOTE_USER']".
0
See Also
- bottle_leveldb.py plugin
- leveldb+bottle+gevent 是个不错的组合
- bottle 的debug 模式速度竟然慢10倍
- 想了解一下SESSION有什么好文章可以介绍吗?
- 你必须了解的Session的本质
Nearby
- 上一篇 › question2answer 部署到BAE 上
- 下一篇 › 果断试用加速乐代替DNSPod