bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[sessions] Filesystem store by scyth #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Zeljko Tomic (scyth) shared a filesystem session store via IRC:

<scyth> here's my filestore implementation
<scyth> https://github.com/scyth/go-webproject/tree/master/gorilla/sessions
<scyth> I had to add Init() to store interface and factory, so I placed that 
code into sessions_addon.go
<scyth> I needed a consistent mechanism to initially set __sessionid__ into 
cookie
<scyth> though best place to do so would be in Session(), it would require lots 
of code changes.. so I didn't went down that road

Original issue reported on code.google.com by rodrigo.moraes on 1 Dec 2011 at 6:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have created a separate github repo for hosting filestore code, as the above 
provided link is another project where paths can often change.

https://github.com/scyth/gorilla-sessions-filestore

Original comment by ztomic@gmail.com on 4 Dec 2011 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by rodrigo.moraes on 6 Mar 2012 at 11:16

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3e46503ff341.

Original comment by rodrigo.moraes on 6 Mar 2012 at 11:31