Users getting logged out after a fairly short period of time, under an hour

Self hosted retool, we have users that are getting logged out in under an hour or so sometimes. W Seems like the default session length is a week.

There isn't an indication that they are logged out. Queries just don't work, refreshing the screen ends up presenting them with a login screen and then when they login again, everything works as expected.

how are you handling authorization? if you're using JWT tokens it sounds like you need to refresh the token every so often

It's just the default auth when setting up self hosted. Looks like just standard cookie based via the accessToken cookie which shows a 1 week expiration.

This happens when multiple users are sharing the same account.