Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Invalidated sessionId causes problems if already logged in #216

Open
viktorgullmark opened this issue Mar 14, 2019 · 0 comments
Open

Invalidated sessionId causes problems if already logged in #216

viktorgullmark opened this issue Mar 14, 2019 · 0 comments
Labels
bug Something isn't working client

Comments

@viktorgullmark
Copy link
Owner

If the sessionId is invalidated for some reason, while a user is already logged in and using Exilence, several functions will crash and a restart is required to keep using the app.

This is caused from the "sessionIdProvided" bool being true, while the actual sessionId is not valid.

To get around this, we need to double-check that the sessionId is valid at certain times in the app; e.g when going to settings and when a snapshot is starting.

@viktorgullmark viktorgullmark added bug Something isn't working client labels Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working client
Projects
None yet
Development

No branches or pull requests

1 participant