home > FileHandler for Sessions

FileHandler for Sessions

Specification

Summary

The FileHandler will provide Handler-interface to file storage. It will store pickled data, session id & client's IP address in specified directory as files. Also retreiving & removing requested data by id will be implemented. On request the FileHandler will perform a generall clean up -> delete old session files.

Implementation details

FileHandler is a derivate of Handler. All files will be created in the directory web.config.handler_parameters.file_dir with prefix web.config.handler_parameters.file_prefix.

Public methods

Private methods

Requirements

FileHandler will need a storage directory (web.config.handler_parameters.file_dir) on the filesystem with write (& read) permission.

Sessions specs

[edit][history][backlinks] last modified August 17, 2007