I have my normal database session to expire after 1 day. Will my api express session last that long? I log into api express only when I log into the regular database but I can change that if needed.
I have my normal database session to expire after 1 day. Will my api express session last that long? I log into api express only when I log into the regular database but I can change that if needed.
Hello Ellen,
It is 1 day by default, but you can set any Session expiration if you use Appery.io DB for users: https://devcenter.appery.io/documenta...
I am using the Appery.io database. So if they are linked, does that mean that whatever I have the database set to on its settings page will be the same for api express?