Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Find a file
2014-01-05 10:10:22 +00:00
.travis.yml Add go 1.2 to travis.yml 2013-12-04 23:16:17 -08:00
doc.go Added trailing comma 2014-01-05 10:10:22 +00:00
LICENSE Initial files. 2012-10-03 01:49:24 -03:00
README.md Add link to gaesessions in README.md 2013-11-09 09:44:54 -08:00
sessions.go Revert "Proposed change to Registry.Get function when CookieStore.New produces" 2013-10-25 11:01:54 +01:00
sessions_test.go Fit vet nits. 2013-12-01 13:46:24 -08:00
store.go Improved Store interface comments. 2013-10-25 20:28:06 +01: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: