I registered a user and signed in to the app from my web app. But after leaving it idle for sometime (about 12 hrs), I performed the same DB operation again, and I got an error:
"code":3064,"message":"Not existing user token. Relogin user to update your user token"
Now i’m sure, i didn’t login the same user several times, and this issue happen only after leaving it idle for sometime - less, than 7 hours. Also, i’ve set Session Timeout to 2592000 yesterday, but it doesn’t help.
I think I have same problem. Webapp is being developed, but I usually work with only one user credentials and with only one browser. I did not set “Enable Session Timeout” and yet after about a day (maybe even less, not sure) I’m receiving error when checking Backendless.UserService.isValidLogin()
Ok, turns out I occasionally logged in from another computer for this particular user, probably that was the reason of short session on first computer, since I didn’t set “Enable Multiple Logins”. Although I thought error message would be different for that case.
I’ll look more with another user and make sure only one browser was used.