# Functions
No description provided by the author
FromCtx returns the session from the context.
Middleware that injects the session into the request context and also takes care of saving the session when the response is written to the client by wrapping the response writer.
Set the domain for the application session This is useful when you want to share the session between subdomains.
# Variables
InCtx puts the session in the context.
# Type aliases
Option for the session middleware.