logging 🎸

This commit is contained in:
Liang Ding 2014-12-24 22:08:48 +08:00
parent 39a3ac13d2
commit 27f073cbbf
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ func (sessions *wSessions) Remove(sid string) {
cnt := 0 // count wide sessions associated with HTTP session
for _, ses := range *sessions {
if ses.HTTPSession.ID == s.HTTPSession.ID {
if ses.HTTPSession.Values["id"] == s.HTTPSession.Values["id"] {
cnt++
}
}