This commit is contained in:
@@ -18,7 +18,6 @@ var Session *scs.SessionManager
|
||||
func CreateSessionManager(lifetime time.Duration) *scs.SessionManager {
|
||||
Session = scs.New()
|
||||
Session.Lifetime = lifetime
|
||||
log.Println("Created Session")
|
||||
return Session
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user