package session const ( testDomain = "example.com" testExpiration = "40" testName = "my_session" testUsername = "john" ) const ( userSessionStorerKey = "UserSession" randomSessionChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_!#$%^*" )