I’m looking to do the same thing in Perspective. Is there a way to store cookies (or otherwise) on an end-user device so that I can re-use that data when they launch the client again?
I want to be able to cache user-logins so that users don’t need to log in all the time.
Only if you want it to remember across sessions (e.g. reconnecting across days). If not, then session props are fine for remembering stuff within the same session