Findings :
I have done some research on PHP Session and came accross the session.gc_maxlifetime
value of 1440
seconds.
I've read on php.net that the maximum value
of session.gc_maxlifetime
is 65535
.
Questions :
- Is it possible to set my maxlifetime to more than 65535 seconds?
- Why is the session value 1440?
- What happens if we increase the session maxlifetime to more than 65535 seconds. the server configuration doesn't support this?