aboutsummaryrefslogtreecommitdiff
path: root/doc.go
Commit message (Collapse)AuthorAgeFilesLines
* updateswh2017-04-201-21/+24
|
* fix syntax error in docs for complex datatypeMirco Zeiss2015-10-021-1/+1
|
* Merge pull request #40 from rcadena/save-before-write-noteKamil Kisiel2015-08-101-3/+4
|\ | | | | Added note about calling save before writing to response.
| * Moved and tweaked text.rcadena2015-02-111-3/+3
| |
| * Added note about calling save before writing to response.rcadena2015-02-111-3/+4
| | | | | | | | | | | | | | Also removed calls to fmt.Fprintf in AddFlash example. If a user follows the old example then the session won't be stored. See: https://github.com/gorilla/sessions/issues/39
* | Added example of retrieving from a session.Matt Silverlock2015-08-081-2/+32
| |
* | Improved docs re: calling Save before writing/returning.Matt Silverlock2015-08-061-1/+1
|/
* Clarify docs a bit.Kamil Kisiel2014-01-131-3/+5
|
* Added note about memory leak (Fixes #15)Mark Dain2014-01-131-0/+6
| | | This is something fairly important, it shouldn't be left out of the documentation.
* Added trailing commaMark Dain2014-01-051-1/+2
|
* 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.
* Added examples for serialising custom types and handling errors from ↵Matt Silverlock2013-08-021-0/+33
| | | | session.Save().
* Initial files.moraes2012-10-031-0/+126