package
0.0.0-20240502185502-1e7574337bb7
Repository: https://github.com/kohirens/stdlib.git
Documentation: pkg.go.dev

# Functions

GenerateID A unique session ID.
No description provided by the author

# Constants

No description provided by the author

# Variables

ExtendTime How much time the session is extended when a user loads a page after the initial start of the session.

# Structs

No description provided by the author
OfflineStore Model for long term storage.

# Interfaces

Handler Handle adding, getting, and removing data from a session.
Storage an interface to a medium for storing the session data out-side of an HTTP cookie header.

# Type aliases

Store Model for short term storage in memory (not intended for long term storage, see OfflineStore for that purpose).