Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update | swh | 2017-04-20 | 1 | -21/+24 |
| | |||||
* | fix syntax error in docs for complex datatype | Mirco Zeiss | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #40 from rcadena/save-before-write-note | Kamil Kisiel | 2015-08-10 | 1 | -3/+4 |
|\ | | | | | Added note about calling save before writing to response. | ||||
| * | Moved and tweaked text. | rcadena | 2015-02-11 | 1 | -3/+3 |
| | | |||||
| * | Added note about calling save before writing to response. | rcadena | 2015-02-11 | 1 | -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 Silverlock | 2015-08-08 | 1 | -2/+32 |
| | | |||||
* | | Improved docs re: calling Save before writing/returning. | Matt Silverlock | 2015-08-06 | 1 | -1/+1 |
|/ | |||||
* | Clarify docs a bit. | Kamil Kisiel | 2014-01-13 | 1 | -3/+5 |
| | |||||
* | Added note about memory leak (Fixes #15) | Mark Dain | 2014-01-13 | 1 | -0/+6 |
| | | | This is something fairly important, it shouldn't be left out of the documentation. | ||||
* | Added trailing comma | Mark Dain | 2014-01-05 | 1 | -1/+2 |
| | |||||
* | Fixed Formatting Issue | Mark Dain | 2014-01-04 | 1 | -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 Silverlock | 2013-08-02 | 1 | -0/+33 |
| | | | | session.Save(). | ||||
* | Initial files. | moraes | 2012-10-03 | 1 | -0/+126 |