Skip to content

Commit

Permalink
Update cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Aug 14, 2015
1 parent aff78fd commit 496d4ad
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 496d4ad

Please sign in to comment.