1
0
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:
iRedMail 2021-03-20 12:55:39 +08:00 committed by GitHub
parent d9c13d3442
commit e2fd329f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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