From c434e84114ef14b7a53ad25c658aaf5156f6d949 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 22 Dec 2016 07:52:02 -0500 Subject: Adding session cache directly to web-conn (#4861) --- api/context.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/context.go') diff --git a/api/context.go b/api/context.go index 765bb502a..7f95fdfbc 100644 --- a/api/context.go +++ b/api/context.go @@ -566,6 +566,8 @@ func RemoveAllSessionsForUserIdSkipClusterSend(userId string) { } } + InvalidateWebConnSessionCacheForUser(userId) + } func AddSessionToCache(session *model.Session) { -- cgit v1.2.3-1-g7c22