You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change removes the "expires" key from the session cookie. This
key is no longer required as it was superseded by the "exp" key in
3.11. It was left is place to support mixed masters (3.10 / 3.11).
This logic can be safely removed since mixed masters of 3.11 and 4.0
are aware of the new "exp" key. The "exp" key is represented as an
int64 instead of a string which makes it easier to parse.
Signed-off-by: Monis Khan <[email protected]>
0 commit comments