package
0.0.0
Repository: https://github.com/brucejrc/iris.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddCookie adds a cookie.
GetCookie returns cookie's value by it's name returns empty string if nothing was found.
IsValidCookieDomain returns true if the receiver is a valid domain to set valid means that is recognised as 'domain' by the browser, so it(the cookie) can be shared with subdomains also.
New returns a new fast, feature-rich sessions manager it can be adapted to an Iris station.
RemoveCookie deletes a cookie by it's name/key.

# Constants

DefaultCookieLength is the default Session Manager's CookieLength, which is 32.
DefaultCookieName the secret cookie's name for sessions.

# Variables

CookieExpireDelete may be set on Cookie.Expire for expiring the given cookie.
CookieExpireUnlimited indicates that the cookie doesn't expire.

# Structs

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

# Interfaces

Database is the interface which all session databases should implement By design it doesn't support any type of cookie session like other frameworks, I want to protect you, believe me, no context access (although we could) The scope of the database is to session somewhere the sessions in order to keep them after restarting the server, nothing more.
No description provided by the author
No description provided by the author