summaryrefslogtreecommitdiff
path: root/store.go
Commit message (Collapse)AuthorAgeFilesLines
* ensure FilesystemStore closes the file even on error.Kamil Kisiel2015-02-231-1/+1
| | | | Fixes #41
* 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
| | | | Fixes GH-8
* Truncate session files when writing, otherwise we might not be able to parse ↵moraes2012-10-041-3/+3
| | | | them later on. Patch from Michael Stapelberg (thanks!). Closes #1
* Initial files.moraes2012-10-031-0/+235