I am using memcached
to store session data. The server handles less than 10 000 000 requests a day. I am using only %10 of RAM on the server at peak times. I'd like sessions to be available for long time, possibly more than 24 hours.
Is there any reason I should avoid setting gc_maxlifetime
to 24 hours or any greater number?