Categorygithub.com/fasthttp/session/v2
modulepackage
2.5.9
Repository: https://github.com/fasthttp/session.git
Documentation: pkg.go.dev

# README

session

Test status Go Report Card GoDev GitHub release

Session implementation for fasthttp.

See examples to see how to use it.

Providers

  • memcache
  • memory
  • mongodb
  • mysql
  • postgres
  • redis
  • sqlite3

Features

  • Focus on the design of the code architecture and expansion.
  • Provide full session storage.
  • Convenient switching of session storage.
  • Customizable data serialization.

Bugs

If you find a bug, please open new issue.

Contributing

Feel free to contribute... :wink:

# Packages

No description provided by the author

# Functions

Base64Decode base64 decode.
Base64Encode base64 encode.
MSGPDecode MessagePack decode.
MSGPEncode MessagePack encode.
New returns a configured manager.
NewDefaultConfig returns a new default configuration.
NewStore returns a new empty store.

# Variables

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

# Structs

Config configuration of session manager.
Dict memory store.
Session manages the users sessions.
Store represents the user session.

# Interfaces

No description provided by the author
Provider interface implemented by providers.