Commit graph

64 commits

Author SHA1 Message Date
Kamil Kisiel
b6bcae186a Update .travis.yml 2015-08-19 22:17:45 -07:00
Kamil Kisiel
f2f9681165 Merge pull request #52 from elithrar/max-age-fix
Provide method to set MaxAge on underlying cookies.
2015-08-11 06:30:23 -07:00
Matt Silverlock
c739570bf8 Fixed typo in doc string. 2015-08-11 20:09:55 +08:00
Matt Silverlock
ab250e0cde Provides functionality to set the MaxAge on the underlying securecookie Codecs.
- Addresses https://github.com/gorilla/sessions/issues/48
2015-08-11 20:05:13 +08:00
Kamil Kisiel
132cb5b0ee Merge pull request #40 from rcadena/save-before-write-note
Added note about calling save before writing to response.
2015-08-09 21:21:15 -07:00
Kamil Kisiel
b49790bad8 Merge pull request #51 from elithrar/assert-from-session
Added example of retrieving from a session.
2015-08-09 10:23:05 -07:00
Matt Silverlock
67c3cbe3ac Added example of retrieving from a session. 2015-08-08 20:04:39 +08:00
Kamil Kisiel
e727cdeb0a Merge pull request #50 from elithrar/readme-updates
Fleshed out README with example from doc.go + build/godoc badges.
2015-08-06 08:29:44 -07:00
Matt Silverlock
460e18584b Improved docs re: calling Save before writing/returning. 2015-08-06 15:39:54 +08:00
Matt Silverlock
286213d1c4 Fleshed out README with example from doc.go + build/godoc badges. 2015-08-06 15:36:25 +08:00
Kamil Kisiel
f61c3ec2cf Merge pull request #47 from starJammer/dev
Added arangodb session store
2015-04-17 10:47:05 -07:00
Jerry Saravia
93a532e5ac Added arangodb session store 2015-04-17 10:02:49 -04:00
Kamil Kisiel
cc7771daaa Merge pull request #46 from egonelbre/fix-filepath
Use correct path separator on Windows.
2015-04-10 10:36:12 -07:00
Egon Elbre
14656fba26 Use correct path separator on Windows. 2015-04-10 10:44:37 +03:00
Kamil Kisiel
3e759b5c55 Merge pull request #44 from boj/master
rethinkstore link
2015-04-01 10:22:39 -07:00
Brian Jones
c9c3e43296 rethinkstore link 2015-04-01 18:20:06 +09:00
Kamil Kisiel
c8fb5963af Merge pull request #43 from StableLib/filesystem
Simplify FilesystemStore save and load.
2015-03-25 17:08:44 -07:00
Dmitry Chestnykh
9a1a995303 Add missing fileMutex read locking. 2015-03-25 22:41:01 +01:00
Dmitry Chestnykh
4b0af47230 Simplify FilesystemStore save and load.
Use ioutil package to write and read files.
2015-03-25 22:35:41 +01:00
Kamil Kisiel
1f45645972 Merge pull request #42 from michaeljs1990/patch-1
Update README.md
2015-03-02 00:21:27 -08:00
Michael Schuett
2afdef550c Update README.md
I have created a SQLite driver which I find nice for developing locally with. It is just a slight modification to the already existing MySQL driver by srinathgs.
2015-02-28 23:00:19 -05:00
Kamil Kisiel
39dd83d692 ensure FilesystemStore closes the file even on error.
Fixes #41
2015-02-23 07:52:35 -08:00
rcadena
2c775edb25 Moved and tweaked text. 2015-02-11 09:50:14 -08:00
rcadena
0f44a27391 Added note about calling save before writing to response.
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
2015-02-11 09:37:20 -08:00
Kamil Kisiel
13c86220d9 Merge pull request #37 from denizeren/master
Added DynamoStore to implementation list.
2015-01-29 10:30:26 -08:00
Deniz Eren
4e0725cf9c Added DynamoStore to implementation list. 2015-01-29 18:17:56 +00:00
Kamil Kisiel
aa5e036e6c Merge pull request #29 from yosssi/patch-1
Add github.com/yosssi/boltstore
2014-06-13 12:43:57 -07:00
Keiji Yoshida
b5df0baf36 Update README.md 2014-06-14 04:27:47 +09:00
Keiji Yoshida
43642f673f Add github.com/yosssi/boltstore 2014-06-14 04:04:41 +09:00
Kamil Kisiel
28f8968708 Add Memcache store implementation
Fixes #28
2014-05-16 12:41:36 -07:00
Kamil Kisiel
c5bbe9d3d3 Update README.md
Alphabetize
2014-03-05 12:43:50 -08:00
Kamil Kisiel
19a02e6217 Merge pull request #27 from kidstuff/master
Add MongoStore to README.md
2014-03-05 12:43:08 -08:00
nvcnvn
05c7254e21 Add MongoStore to README.md 2014-03-05 16:18:36 +07:00
Kamil Kisiel
aaa7e50fe1 Merge pull request #25 from boj/patch-1
Added RiakStore to implementation list.
2014-02-13 07:56:43 -08:00
Brian Jones
9bf77df48f Added RiakStore to implementation list. 2014-02-13 22:36:33 +09:00
Kamil Kisiel
96a5fdda5c Clarify docs a bit. 2014-01-12 21:06:25 -08:00
Kamil Kisiel
457fd41076 Merge pull request #23 from ancarda/patch-1
Added note about memory leak (Fixes #15)
2014-01-12 21:04:58 -08:00
Mark Dain
44fb592008 Added note about memory leak (Fixes #15)
This is something fairly important, it shouldn't be left out of the documentation.
2014-01-13 00:12:44 +00:00
Kamil Kisiel
4813047612 Merge pull request #22 from antonlindstrom/master
add postgresql session store link in readme
2014-01-07 10:15:13 -08:00
Anton Lindström
c1b041dc3f add postgresql session store link in readme 2014-01-07 18:43:15 +01:00
Kamil Kisiel
d40f74366e Merge pull request #21 from ancarda/patch-1
Fixed Formatting Issue
2014-01-05 23:44:15 -08:00
Mark Dain
6e81116515 Added trailing comma 2014-01-05 10:10:22 +00:00
Mark Dain
a8459038dc Fixed Formatting Issue
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.
2014-01-04 16:40:48 +00:00
Kamil Kisiel
c9bf01c188 Add go 1.2 to travis.yml 2013-12-04 23:16:17 -08:00
Kamil Kisiel
d310efded7 Fit vet nits. 2013-12-01 13:46:24 -08:00
Kamil Kisiel
eca5ef69da Add travis.yml 2013-11-30 13:26:13 -08:00
Kamil Kisiel
65d3f02177 Merge pull request #19 from qedus/store_error_handling
Proposed change to Registry.Get function.
2013-11-14 22:15:45 -08:00
Kamil Kisiel
ebb83c4245 Add link to gaesessions in README.md 2013-11-09 09:44:54 -08:00
Kamil Kisiel
1ace0650f7 Add mysqlstore to README. 2013-10-30 14:12:29 -07:00
Jonathan Gillham
3cb09c3e95 Improved Store interface comments. 2013-10-25 20:28:06 +01:00