OptionalautoOptionalcookieName of the cookie
OptionalcookieOptionalinitThe initial data of the CookieState instance
NOTE: This function is run even if there is data from the previous cookie, data is shallow merged together.
Main key, used as Hono variable name and default cookie name
OptionalsecretSecret used to sign the cookie, min length is 32
While the interface allows optional and have a default value, it will log a WARNING if no secret is explicitly provided (due to some runtime's constraints to access env vars on init)
Whether to refresh the session automatically when its near expiration (16 minutes)