Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultInterval = time.Minute * 30 DefaultMaxAge = 86400 * 30 )
Functions ¶
func New ¶
func New(opts *FileOptions) sessions.Store
func NewFilesystemStore ¶
func NewFilesystemStore(opts *FileOptions) sessions.Store
NewFilesystemStore returns a new FilesystemStore.
The path argument is the directory where sessions will be saved. If empty it will use os.TempDir().
See NewCookieStore() for a description of the other parameters.
func RegWithOptions ¶
func RegWithOptions(opts *FileOptions, args ...string) sessions.Store
Types ¶
Click to show internal directories.
Click to hide internal directories.