Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Find a file
2013-08-02 14:44:22 +08: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 Copy store options to sessions instead of referencing them. 2013-07-08 16:10:05 -07:00
store_test.go Copy store options to sessions instead of referencing them. 2013-07-08 16:10:05 -07:00

sessions

Store Implementations

Other implementations of the sessions.Store interface: