ipfans / echo-session

Package echo-session is a middleware that provides session support for echo.
Apache License 2.0
67 stars 36 forks source link

Support for FileSystemStore and MaxAge #4

Closed mmindenhall closed 8 years ago

mmindenhall commented 8 years ago

Hello,

I wanted to use the filesystem store on my project (just switched from beego to echo), so I added this support, as well as MaxAge method for all 3 stores.

Thanks!

ipfans commented 8 years ago

thanks for your pr