From fe95276ba849bc7a520087369eea0aaff6c92358 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 4 May 2017 16:36:31 -0400 Subject: PLT-6492 Use new cookie to determine if user is logged in (#6317) * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login --- model/session.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/session.go') diff --git a/model/session.go b/model/session.go index 90cebe59d..38d1c91f1 100644 --- a/model/session.go +++ b/model/session.go @@ -11,6 +11,7 @@ import ( const ( SESSION_COOKIE_TOKEN = "MMAUTHTOKEN" + SESSION_COOKIE_USER = "MMUSERID" SESSION_CACHE_SIZE = 35000 SESSION_PROP_PLATFORM = "platform" SESSION_PROP_OS = "os" -- cgit v1.2.3-1-g7c22