Frontend authentification: staying logged in on iOS device

Hi!

I’m having trouble with a website that is using frontend authentification.
The website is meant to be used like an app on smartphones by saving it to the homescreen, which works fine.
The problem is that the user gets logged out very frequently.
I have adjusted the those values in config.php, but still the user gets logged out:
c::set('panel.session.timeout', 604800);
c::set('panel.session.lifetime', 0);
I’m not using any Plugin for the authentification.
Does anybody have an idea as to what i am doing wrong?

Thank you very much in advance!

Have yo. tried a custom fingerprint yet:

1 Like