While it now properly sets the cookie to not expire we don't save the cookie or authkey/passkey anywhere to use later and skip the login process. So while we set the cookie to not expire we don't use this saved cookie and instead do a fresh login each time.
We should be keeping the cookie or auth/passkey somewhere so that we can skip the login process entirely and use the saved no expire cookie.
While it now properly sets the cookie to not expire we don't save the cookie or authkey/passkey anywhere to use later and skip the login process. So while we set the cookie to not expire we don't use this saved cookie and instead do a fresh login each time.
We should be keeping the cookie or auth/passkey somewhere so that we can skip the login process entirely and use the saved no expire cookie.