Changed comment

This commit is contained in:
Jacek Smit 2025-02-13 00:15:39 +01:00
parent dff73140c0
commit e0c583d53d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ var CookieSessionStoreType = "cookie"
var RedisSessionStoreType = "redis"
// InMemorySessionStoreType defines the session store type as "memory"
// typically used for file-based session management.
// typically used for memory-based session management.
var InMemorySessionStoreType = "memory"
// CookieStoreOptions contains configuration options for the CookieSessionStore.