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 need to check session is empty. After session expired, using console.log of session returns {}. But when I try Object.keys(session).length, it's not 0 even there's no property in the session.
So I try print session directly and now it shows me like this:
I need to check session is empty. After session expired, using console.log of session returns {}. But when I try Object.keys(session).length, it's not 0 even there's no property in the session.
So I try print session directly and now it shows me like this:
How do I guarantee that session is expired and it's empty?
The text was updated successfully, but these errors were encountered: