Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Find a file
Kamil Kisiel ac7032cee4 Merge pull request #17 from gorilla/MaxLength
Add MaxLength to FilesystemStore.
2013-10-17 20:10:39 -07:00
doc.go Added examples for serialising custom types and handling errors from session.Save(). 2013-08-02 14:44:22 +08:00
LICENSE Initial files. 2012-10-03 01:49:24 -03:00
README.md Add couchbasestore to README 2013-07-10 11:08:01 -07:00
sessions.go Initial files. 2012-10-03 01:49:24 -03:00
sessions_test.go Initial files. 2012-10-03 01:49:24 -03:00
store.go Add MaxLength to FilesystemStore. 2013-10-17 09:55:59 -07:00
store_test.go Add MaxLength to FilesystemStore. 2013-10-17 09:55:59 -07:00

sessions

Store Implementations

Other implementations of the sessions.Store interface: