Session Max Lifetime in cPanel 64
I set session times using php with
ini_set('session.gc_maxlifetime',TIME_IN_SECONDS);session_set_cookie_params(TIME_IN_SECONDS,'/'); and it still gets deleted by the cron. How can I prevent this? Session timing is dependent on user and it's important that it can be dynamically set.
-
Hello, Could you verify if this system uses EasyApache 4, or EasyApache 3? Also, please post the output from the following command: cat /usr/local/cpanel/version
Thank you.0
Please sign in to leave a comment.
Comments
1 comment