From df225d9170aa2efb251cb74f0a58b2952315fe2b Mon Sep 17 00:00:00 2001 From: Owen Marshall Date: Thu, 11 Aug 2016 12:22:37 -0400 Subject: [PATCH] Change cookie name to match documentation --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 68deee605..40b772d98 100644 --- a/server.go +++ b/server.go @@ -551,7 +551,7 @@ func (server *Server) loadConfig(configurations configs, globalConfiguration Glo if stickysession { sticky = roundrobin.NewStickySession(cookiename) - cookiename = "_TRAEFIK_SERVERNAME" + cookiename = "_TRAEFIK_BACKEND" } switch lbMethod {