Hi,
I have a web app (save page to home-screen on iOS) with front-end authentication build with kirby.
The problem is that everytime I login and switch to another app or to home screen and then move back to my web app, the entire page reloads and the session is replaced. I’m logged out.
I’ve found a discussion about this on stackoverflow but I can’t figure out how this is be done with kirby.
Is it possible to set the expire date of the cookie in kirby or save data to localStorage?
Thanks for your help.