SessionCookieHandler constructor
SessionCookieHandler({})
Implementation
SessionCookieHandler({
this.cookieName = defaultCookieName,
this.defaultMaxAge = const Duration(hours: 24),
this.secure = false,
this.httpOnly = true,
this.sameSite = 'lax',
this.domain,
});