session

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2023 License: MIT Imports: 3 Imported by: 0

README

session

Session Control

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandomID

func RandomID() string

Types

type Control

type Control struct {
	SessionDataMap map[string]SessionData
	// contains filtered or unexported fields
}

func New

func New(cookieName string) *Control

func (*Control) Create

func (c *Control) Create() (string, *SessionData)

func (*Control) Delete

func (c *Control) Delete(w http.ResponseWriter, id string)

func (*Control) Get

func (c *Control) Get(r *http.Request) (string, *SessionData, bool)

func (*Control) RemoveExpired

func (c *Control) RemoveExpired()

func (*Control) Save

func (c *Control) Save(w http.ResponseWriter, id string, sessionData *SessionData)

type SessionData

type SessionData struct {
	ExpireAt time.Time
	Data     any
}

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL