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
Issue Description
We are experiencing an issue with the logout() function where the session does not terminate after making a logout request. Despite calling the logout endpoint, the session ID remains valid and subsequent requests (e.g., fetching wallet balance) are still successful, indicating that the session is still active. Temporary Workaround
As a temporary workaround, we have implemented a method to explicitly clear the session cookies after the logout request. This method can be added to the SteamClient class:
Issue Description
We are experiencing an issue with the logout() function where the session does not terminate after making a logout request. Despite calling the logout endpoint, the session ID remains valid and subsequent requests (e.g., fetching wallet balance) are still successful, indicating that the session is still active.
Temporary Workaround
As a temporary workaround, we have implemented a method to explicitly clear the session cookies after the logout request. This method can be added to the SteamClient class:
This method should be called immediately after the logout attempt to ensure the client-side session is cleared:
The text was updated successfully, but these errors were encountered: