Extending session timeout

hi,
anyone know any way to extend the session time out of logged in realm web sdk?

Have you tried this configuration?
new Realm.app({id: MONGO_ID, timeout: 1000*60})

https://docs.mongodb.com/realm-sdks/js/latest/Realm.App.html#~AppConfiguration

2 Likes

hi thank you, havent test :slight_smile: