Skip to content

Commit 4c074cf

Browse files
Add docs from gofiber/fiber@d0e767f
1 parent d2ac045 commit 4c074cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/middleware/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: session
33
---
44

5-
# Session Middleware for [Fiber](https://github.com/gofiber/fiber)
5+
# Session
66

77
The `session` middleware provides session management for Fiber applications, utilizing the [Storage](https://github.com/gofiber/storage) package for multi-database support via a unified interface. By default, session data is stored in memory, but custom storage options are easily configurable (see examples below).
88

0 commit comments

Comments
 (0)