Documentation
¶
Overview ¶
Package session provides HTTP session management for the Lemmego framework.
It wraps the scs (Session Cookie Store) library to provide session functionality with support for multiple storage backends including memory, file, and Redis. The session system handles secure cookie management and session data persistence.
Index ¶
Constants ¶
View Source
const ( // DriverMemory uses in-memory storage (not recommended for production) DriverMemory = "memory" // DriverFile uses file-based storage for session data DriverFile = "file" // DriverRedis uses Redis for session storage DriverRedis = "redis" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.