Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(opts *FileOptions) sessions.Store
func NewFilesystemStore ¶
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 ¶
type FileOptions ¶
Click to show internal directories.
Click to hide internal directories.