Hi,
I'm confused a bit bythe meaning of this server configuraiton variable (session.gc_maxlifetime).
By default session.gc_maxlifetime in php.ini is set to 1440 sec. In my understaning all session variables would be destroyed after this setting (24 minutes) and applications depending on it would fail unless a new successful login in initiated.
If my reasoning is correct, i have problems to understand why users continue to work in one application of my own with no disconnection after this 24 minutes while my expectation would be that to see users getting automatically disconnected after this 24 minutes?
I checked and found that session.gc_probability is set 1 and session.gc_divisor is set to 1000. Can someone help me to understand it cleary?
Thanks in advance.