I\'ve been doing some research on PHP Session Handling and came across the session.gc_maxlifetime
value of 1440 seconds.
I\'ve been wondering why the standard v
1440 is used in a time calculation turning seconds into hours/days.
Example:
9 days [* 60] = 540 [* 1440] = 777600 seconds
The same is true in reverse:
777600 seconds [/ 1440] = 540 [/ 60] = 9 days