-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Session timeout even when user is active #7783
Comments
I have the same problem, I use zend framework 3. Have you found a solution for this issue or not ? |
I used a resource I found on zend framework 2 with some modifications. Hope it helps. |
Are you using Ubuntu as a server? |
No. I am using an apache server in with centos. Why? |
Ubuntu (and Debian distributions) has behavior to delete all sessions after X minutes with cron job, I think 2 4 mins is bay default. So, basically you need to change that behavior in php.ini file,
Try to increase this number. |
Thanks @gFaro for your quick reply @tasmaniski Yes I use ubuntu, ok I'll check this to see whether this solves the issue for me. Thanks alot |
Hi guys, I have been searching for a zend functionality that prevents the session from timing out if the user is still active for example clicking things.
I would rather use a zend implementation if available than write custom code. However, I am not sure this feature is available.
The text was updated successfully, but these errors were encountered: