session

package
v0.0.0-...-4a6608b Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2026 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSessionStore

func GetSessionStore() *session.Store

func GetSessionValue

func GetSessionValue(c *fiber.Ctx, key string) string

GetSessionValue retrieves a value by key from the user's individual session

func GetValueByKey

func GetValueByKey(key string) string

DEPRECATED: Use GetValueByKey(c, key) instead

func NewSessionStore

func NewSessionStore() *session.Store

func SetKeyValue

func SetKeyValue(key string, value string)

DEPRECATED: Use SetKeyValue(c, key, value) instead

func SetSessionValue

func SetSessionValue(c *fiber.Ctx, key string, value string) error

SetSessionValue stores a key-value pair in the user's individual session

Types

This section is empty.

Jump to

Keyboard shortcuts

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