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 {