User information

Launchpad Id:
karol.tarcak
Email:
Log in for email information.

Member since:
2007-04-23
Languages:
Czech, Slovak
Time zone:
Europe/Prague (UTC+0200)
Karma:
0 Karma help
Social accounts:

All assigned blueprints Assigned blueprints

It implements Handler interface to provide cookie storage for sessions' module. Data will be stored as pickled object in a cookie. Some sort of signing and/or encrypting data will be required.
It implements Handler interface to provide file storage for sessions' module. FileHandler will need write permissions to some extra dir. Data will be stored as pickled object.
Sessions for web.py
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 ...
It implements Handler interface to provide db storage for sessions' module. DBHandler will need an extra table in the db. Data will be stored as pickled object.

Latest memberships

Karol Tarčák is not an active member of any Launchpad teams.