What setting I need to change such that login session stays valid for 24 hours.
The problem is my users are getting logged out within 1 hour or so after login.
I Am using PHPmaker provided registration and login system.
What setting I need to change such that login session stays valid for 24 hours.
The problem is my users are getting logged out within 1 hour or so after login.
I Am using PHPmaker provided registration and login system.
Try increasing session timeout time in Tools → Advanced Settings → Session timeout period. Alternatively you can set a non-zero value for Session keep alive interval to keep the session running.