We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088c005 commit d59a3d4Copy full SHA for d59a3d4
website/content/middleware/session.md
@@ -6,8 +6,7 @@ description = "Session middleware for Echo"
6
parent = "middleware"
7
+++
8
9
-Session middleware facilitates HTTP session management backed by [gorilla sessions]
10
-(https://github.com/gorilla/sessions). The default implementation provides cookie and
+Session middleware facilitates HTTP session management backed by [gorilla sessions](https://github.com/gorilla/sessions). The default implementation provides cookie and
11
filesystem based session store; however, you can take advantage of [community maintained
12
implementation](https://github.com/gorilla/sessions#store-implementations) for various backends.
13
0 commit comments