From 496d4ade4c1a7ee7324b91c4127be087fbfea876 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Fri, 14 Aug 2015 16:50:28 +0000 Subject: [PATCH] Update cookie name --- app-mapper/authenticator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mapper/authenticator.go b/app-mapper/authenticator.go index 5b299835d..f8ff308ce 100644 --- a/app-mapper/authenticator.go +++ b/app-mapper/authenticator.go @@ -43,7 +43,7 @@ type webAuthenticator struct { } const ( - authCookieName = "_weave_run_session" + authCookieName = "_weave_scope_session" authHeaderName = "Authorization" )