summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Formatting IssueMark Dain2014-01-041-3/+3
| | | | | | | Go will refuse to compile unless the last key is on the same line as the closing brace: `non-declaration statement outside function body`. Additionally, I set the HttpOnly flag on. I think this is a good default for everybody as it increases security and Gorilla's cookies are actually encrypted so JavaScript access is unlikely to be needed.
* Add go 1.2 to travis.ymlKamil Kisiel2013-12-051-0/+1
|
* Fit vet nits.Kamil Kisiel2013-12-021-2/+2
|
* Add travis.ymlKamil Kisiel2013-12-011-0/+6
|
* Merge pull request #19 from qedus/store_error_handlingKamil Kisiel2013-11-151-0/+10
|\ | | | | Proposed change to Registry.Get function.
| * Improved Store interface comments.Jonathan Gillham2013-10-251-7/+8
| |
| * Updated store documentation.Jonathan Gillham2013-10-251-0/+9
| |
| * Revert "Proposed change to Registry.Get function when CookieStore.New produces"Jonathan Gillham2013-10-251-3/+1
| | | | | | | | This reverts commit 43ff70ebcff1674fba9aff126178f93076b32718.
| * Proposed change to Registry.Get function when CookieStore.New producesJonathan Gillham2013-10-211-1/+3
| | | | | | | | an error.
* | Add link to gaesessions in README.mdKamil Kisiel2013-11-091-3/+4
| |
* | Add mysqlstore to README.Kamil Kisiel2013-10-311-1/+2
|/
* Merge pull request #17 from gorilla/MaxLengthKamil Kisiel2013-10-182-0/+36
|\ | | | | Add MaxLength to FilesystemStore.
| * Add MaxLength to FilesystemStore.Kamil Kisiel2013-10-172-0/+36
| |
* | Merge pull request #14 from elithrar/masterKamil Kisiel2013-08-021-0/+33
|\ \ | |/ |/| Docs: Updated to show registration of custom types & session.Save error handling.
| * Added examples for serialising custom types and handling errors from ↵Matt Silverlock2013-08-021-0/+33
|/ | | | session.Save().
* Add couchbasestore to READMEKamil Kisiel2013-07-101-1/+2
|
* Merge remote branch 'fork/master'Kamil Kisiel2013-07-091-1/+7
|\
| * Added link to redistoreKamil Kisiel2013-03-201-1/+7
| |
* | Copy store options to sessions instead of referencing them.Kamil Kisiel2013-07-092-2/+52
|/ | | | 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-035-0/+819
|
* Initial commitrodrigo moraes2012-10-031-0/+2