# Constants
CookieName is the name of the cookie that is stored in the browser.
ExpirationDuration is the duration after which the cookie expires in the browser.
SessionIDPrefix is the string that is prefixed before the actual sessionID while storing in redis so that it will be easily identifiable and it will not collide with any other key.
# Structs
No description provided by the author