Skip to content

Commit

Permalink
Merge pull request #92 from weaveworks/cookie
Browse files Browse the repository at this point in the history
Update cookie name
  • Loading branch information
tomwilkie committed Aug 14, 2015
2 parents aff78fd + 496d4ad commit 7e0f305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-mapper/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type webAuthenticator struct {
}

const (
authCookieName = "_weave_run_session"
authCookieName = "_weave_scope_session"
authHeaderName = "Authorization"
)

Expand Down

0 comments on commit 7e0f305

Please sign in to comment.