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
I am getting the infamous "securecookie: the value is too long" error when using Microsoft online provider. It seems that the returned data, even after gzip compression, is coming in at around 3,974 bytes and failing to be set.
We need a new mechanism, perhaps using web storage or splitting the cookie into parts?
The text was updated successfully, but these errors were encountered:
I am getting the infamous "securecookie: the value is too long" error when using Microsoft online provider. It seems that the returned data, even after gzip compression, is coming in at around 3,974 bytes and failing to be set.
We need a new mechanism, perhaps using web storage or splitting the cookie into parts?
The text was updated successfully, but these errors were encountered: