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
The default session store overwrites the session file using a backup. So the session should not be corrupted. It can be staled however. One example is low SeqNo. The client attempts to repeat a request a few times incrementing SeqNo. Usually it is enough.
Serialization logic can be found here. It can be changed in the future.
When my session file fails, how can I judge it and retrieve authentication?
The text was updated successfully, but these errors were encountered: