mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 15:24:38 +00:00
Fix incorrect comment in middleware/session/config.go
This commit is contained in:
parent
d9c13d3442
commit
e2fd329f1e
@ -37,8 +37,8 @@ type Config struct {
|
||||
// Optional. Default value false.
|
||||
CookieHTTPOnly bool
|
||||
|
||||
// Indicates if CSRF cookie is HTTP only.
|
||||
// Optional. Default value false.
|
||||
// Value of SameSite cookie.
|
||||
// Optional. Default value "Lax".
|
||||
CookieSameSite string
|
||||
|
||||
// KeyGenerator generates the session key.
|
||||
|
Loading…
x
Reference in New Issue
Block a user