Extend the security login time

Hi,
I am wondering if there is a way to extend the security login time? currently if a user doesn’t use a site using the wappler security provider, they will get log out after like time or 15 minutes I think.
Thanks
Juan

What server model are you using?
It depends on the server configuration.
For PHP typically the default value is 24 minutes (1440 seconds), but your hosting may have altered the default to something else. You can set this to something else in your php.ini
You can check:

1 Like

setup a security cookie? That will extend past the session timeout.

1 Like