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
When a user logs out I am calling the Session.RemoveAll() method to remove all session keys that were created. It is not removing any of them nor is it removing a key when I call Session.Remove("key"). I followed the configuration and everything seems to be working correctly when inserting and updating, just not the remove.
The text was updated successfully, but these errors were encountered:
When a user logs out I am calling the Session.RemoveAll() method to remove all session keys that were created. It is not removing any of them nor is it removing a key when I call Session.Remove("key"). I followed the configuration and everything seems to be working correctly when inserting and updating, just not the remove.
The text was updated successfully, but these errors were encountered: