/gorilla-sessions-filestore

Filestore backend implementation for gorilla/sessions package

Primary LanguageGo

gorilla-sessions-filestore

Gorilla is a web toolkit for go. Sessions sub-package provides an easy and modular API for managing http sessions. Filestore backend is my implementation of a sessions backend which saves cookies on a server side using regular files.

For more information about Gorilla project, please visit http://code.google.com/p/gorilla/

This package compiles against latest Go weekly release (weekly.2011-12-02).