mirror of https://github.com/gofiber/fiber.git
📚 Doc: Optimize the menu item text (#3267)
parent
26e30c0672
commit
d0e767fc47
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue