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

Whiteboard

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.