📚 Doc: Optimize the menu item text (#3267)

pull/3235/head^2
AuroraTea 2024-12-31 22:58:07 +08:00 committed by GitHub
parent 26e30c0672
commit d0e767fc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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