Documentation ¶
Overview ¶
Package cookiestore provides a cookie based session storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(c *cookieStore)
Option is an option for cookie store options
func WithCookieName ¶
WithCookieName sets the session cookie name
func WithLifetime ¶
WithLifetime sets the store session lifetime
func WithMultiAudience ¶
WithMultiAudience will not restrict the session cookies to a single audience
func WithSessionKey ¶
WithSessionKey sets the session cookie keys
func WithTimeout ¶
WithTimeout sets the store session activity timeout
Click to show internal directories.
Click to hide internal directories.