Mirror fix

This commit is contained in:
Unknwon 2014-07-24 12:49:40 -04:00
parent a76a948a02
commit a41a1fe60d
3 changed files with 3 additions and 6 deletions

View file

@ -341,6 +341,7 @@ func newSessionService() {
log.Fatal("Init session system failed, provider: %s, %v",
SessionProvider, err)
}
go SessionManager.GC()
log.Info("Session Service Enabled")
}