Categorygithub.com/go-rat/sessions
modulepackage
1.0.11
Repository: https://github.com/go-rat/sessions.git
Documentation: pkg.go.dev

# README

Session

Session package for Go, use stdlib and secure cookie.

Since the experience for gorilla/sessions was s*it, we decided to write our own.

This package refers to the session module in goravel/framework.

# Packages

No description provided by the author
No description provided by the author

# Functions

NewManager creates a new session manager.

# Variables

session default cookie name.
session default context key.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author