Skip to content

Commit

Permalink
increase cookie max length to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
wangli1030 committed Nov 18, 2021
1 parent 5885ca8 commit 78eb574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samlsp/session_cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const defaultSessionCookieName = "token"
const cookieMaxLength = 1000
const cookieMaxLength = 3000

var _ SessionProvider = CookieSessionProvider{}

Expand Down

0 comments on commit 78eb574

Please sign in to comment.