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 54cb597 commit 088c005Copy full SHA for 088c005
website/content/middleware/session.md
@@ -6,7 +6,7 @@ description = "Session middleware for Echo"
6
parent = "middleware"
7
+++
8
9
-Session middleware facilitates HTTP session management backed by [gorilla/sessions]
+Session middleware facilitates HTTP session management backed by [gorilla sessions]
10
(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.
0 commit comments