# Functions
NewCookie returns an http.Cookie with the options set.
NewWebRedisStore Creates a pointer to a new RedisSessionStore redisClient: a client connection to redis secretKey: A 32 bytes long string to use for encrypting(using AES) and decryptng the session data defaultSessionAge: The age to apply to all sessions by default.It may be changed per session later.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author