M mkaaaay Well-Known Member Sep 26, 2023 #1 Sep 26, 2023 #1 For some reason, sites are not adhering to the session.gc_maxlifetime = 86400 setting in the custom php.ini generated by cpanel. Is there another setting somewhere that could be over-riding this?
For some reason, sites are not adhering to the session.gc_maxlifetime = 86400 setting in the custom php.ini generated by cpanel. Is there another setting somewhere that could be over-riding this?
serpent_driver Well-Known Member Sep 26, 2023 #2 Sep 26, 2023 #2 mkaaaay said: Is there another setting somewhere that could be over-riding this? Click to expand... Custom PHP code for session.gc_maxlifetime? Custom lifetime for session cookie? Browser settings?
mkaaaay said: Is there another setting somewhere that could be over-riding this? Click to expand... Custom PHP code for session.gc_maxlifetime? Custom lifetime for session cookie? Browser settings?
AndreyPopov Well-Known Member Sep 26, 2023 #3 Sep 26, 2023 #3 @mkaaaay session break or php script break? 24 hours for session time out is more than enough.
serpent_driver Well-Known Member Sep 26, 2023 #4 Sep 26, 2023 #4 AndreyPopov said: 24 hours for session time out is more than enough. Click to expand... Bulls***! WordPress default session lifetime is 48h.
AndreyPopov said: 24 hours for session time out is more than enough. Click to expand... Bulls***! WordPress default session lifetime is 48h.
AndreyPopov Well-Known Member Sep 26, 2023 #5 Sep 26, 2023 #5 serpent_driver said: WordPress default session lifetime is 48h. Click to expand... really? default php session timeout is 1440 !!!!!! https://www.php.net/manual/en/session.configuration.php
serpent_driver said: WordPress default session lifetime is 48h. Click to expand... really? default php session timeout is 1440 !!!!!! https://www.php.net/manual/en/session.configuration.php
serpent_driver Well-Known Member Sep 26, 2023 #6 Sep 26, 2023 #6 AndreyPopov said: really? Click to expand... Yes, really. Do you think I tell fairy tales like you?
AndreyPopov Well-Known Member Sep 26, 2023 #7 Sep 26, 2023 #7 serpent_driver said: Yes, really. Do you think I tell fairy tales like you? Click to expand... fairy tales are your way! session cookies session.cookie_lifetime and php session session.gc_maxlifetime are different variables!
serpent_driver said: Yes, really. Do you think I tell fairy tales like you? Click to expand... fairy tales are your way! session cookies session.cookie_lifetime and php session session.gc_maxlifetime are different variables!
serpent_driver Well-Known Member Sep 26, 2023 #8 Sep 26, 2023 #8 I changed your nickname from. From now on your name is no longer @AndreyPopov, but @blowhard. Hello @blowhard, how are you doing with your new nickname?
I changed your nickname from. From now on your name is no longer @AndreyPopov, but @blowhard. Hello @blowhard, how are you doing with your new nickname?
serpent_driver Well-Known Member Sep 26, 2023 #9 Sep 26, 2023 #9 @mkaaaay Does your problem occur with cached URLs?