Timeout on iPads

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ethanlazarus
User
Posts: 63

Timeout on iPads

Post by ethanlazarus »

Hello - I have deployed my new project and set the session timeout at an hour and updated my php.ini settings. It is working perfectly on all the desktops, but we have several ipads that are constantly logging out. Anybody have any thoughts as to why the ipads are acting differently than the desktops? I have not changed the router settings or wifi settings. Thanks!


arbei
User
Posts: 9384

Post by arbei »

Possibly due to cookies control of Safari, you may google "php session safari" for more info. If your site uses HTTPS, you may enable Cookie Secure and set Cookie SameSite to "None".


ethanlazarus
User
Posts: 63

Post by ethanlazarus »

Thanks - I'll try the cookie secure as we have https.


Post Reply