summaryrefslogtreecommitdiff
path: root/store.go
Commit message (Collapse)AuthorAgeFilesLines
* 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