Skip to content

Commit d59a3d4

Browse files
authored
Update session.md (#178)
1 parent 088c005 commit d59a3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/content/middleware/session.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ description = "Session middleware for Echo"
66
parent = "middleware"
77
+++
88

9-
Session middleware facilitates HTTP session management backed by [gorilla sessions]
10-
(https://github.com/gorilla/sessions). The default implementation provides cookie and
9+
Session middleware facilitates HTTP session management backed by [gorilla sessions](https://github.com/gorilla/sessions). The default implementation provides cookie and
1110
filesystem based session store; however, you can take advantage of [community maintained
1211
implementation](https://github.com/gorilla/sessions#store-implementations) for various backends.
1312

0 commit comments

Comments
 (0)