Currently my session.gc_maxlifetime
is set to default, thus 1440 seconds.
I would like to set the maxlifetime
to a month, 4*7*24*60*60 seconds. However, I've read on php.net that the maximum value of session.gc_maxlifetime
is 65535.
Is it therefor impossible to set my maxlifetime
to more than 65535 seconds?