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
As I am developing lot of PoC for scientists to experiment and use, I love the way states are managed by each session. Is there any way I can detect end of session and so cleanup any files related to the session ?
The text was updated successfully, but these errors were encountered:
Can you describe in more detail what you mean? In terms of end of session, do you mean after the user stopped using your app?
There is no built-in way to do this. But you should be able to do this programmatically using a heuristic. This will depend on how you have set things up though.
As I am developing lot of PoC for scientists to experiment and use, I love the way states are managed by each session. Is there any way I can detect end of session and so cleanup any files related to the session ?
The text was updated successfully, but these errors were encountered: