package api import "github.com/boj/redistore" const ( UpSessionKey = "bit4sat-up" DlSessionKey = "bit4sat-dl" MaxAgeDlKeySession = 3600 // max age for a paid and authorized download key ) var ( SessionStore *redistore.RediStore )