Skip to content

Commit

Permalink
📚 Doc: Optimize the menu item text (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraTea authored Dec 31, 2024
1 parent 26e30c0 commit d0e767f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: session
---

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

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).

Expand Down

0 comments on commit d0e767f

Please sign in to comment.