How do you inspect the value assigned to session.gc_maxlifetime
?
Obviousely this does not work:
echo session.gc_maxlifetime;
The function you are looking for is ini_get
...
echo ini_get('session.gc_maxlifetime');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With