aboutsummaryrefslogtreecommitdiff
path: root/store.go
Commit message (Expand)AuthorAgeFilesLines
* updateWenhui Shen2016-02-181-1/+0
* fix -- for echo frameworkswh2016-02-181-17/+18
* typoShawn Smith2016-01-221-1/+1
* Fixed typo in doc string.Matt Silverlock2015-08-111-2/+2
* Provides functionality to set the MaxAge on the underlying securecookie Codecs.Matt Silverlock2015-08-111-2/+36
* Use correct path separator on Windows.Egon Elbre2015-04-101-5/+3
* Add missing fileMutex read locking.Dmitry Chestnykh2015-03-261-0/+2
* Simplify FilesystemStore save and load.Dmitry Chestnykh2015-03-261-25/+3
* ensure FilesystemStore closes the file even on error.Kamil Kisiel2015-02-231-1/+1
* Improved Store interface comments.Jonathan Gillham2013-10-251-7/+8
* Updated store documentation.Jonathan Gillham2013-10-251-0/+9
* Add MaxLength to FilesystemStore.Kamil Kisiel2013-10-171-0/+11
* Copy store options to sessions instead of referencing them.Kamil Kisiel2013-07-091-2/+4
* Truncate session files when writing, otherwise we might not be able to parse ...moraes2012-10-041-3/+3
* Initial files.moraes2012-10-031-0/+235