Sessions
Registered by
Eleanor Berger
Sessions are a popular abstraction in web applications for maintaining state between requests. This blueprint is for implementing basic session functionality in web.py, which will allow users to store arbitrary data in a storage/dict object accessible from a request handler and persist these data in memory, file or a database.
The project has been accepted as part of the Google Summer of Code 2007 and both the specification and the implementation will be done by Karol Tarcak.
Blueprint information
- Status:
- Started
- Approver:
- Eleanor Berger
- Priority:
- Undefined
- Drafter:
- Karol Tarčák
- Direction:
- Needs approval
- Assignee:
- Karol Tarčák
- Definition:
- New
- Series goal:
- None
- Implementation:
- Needs Code Review
- Milestone target:
- None
- Started by
- Karol Tarčák
- Completed by
Related branches
Related bugs
Bug #123254: Session class - write default session id generator | Fix Released |
Bug #123255: Session class - write & test session id regeneration | Fix Released |
Bug #123258: Session class - write start() | Fix Released |
Bug #123259: Session class - write save() | Fix Released |
Bug #123260: Session class - write destroy(), cleanup() | Fix Released |
Bug #123486: Session class - write _identify(), _verify() | Fix Released |
Sprints
Whiteboard
(?)
Work Items
Dependency tree
* Blueprints in grey have been implemented.