I applied another workaround but not sure how good it is, but it works well.
change php.ini from
session.gc_maxlifetime = 1440
to
session.gc_maxlifetime = 14400
Whoa, 10x longer cookie lifetime.
(restart apache of course)
I applied another workaround but not sure how good it is, but it works well.
change php.ini from
session.gc_maxlifetime = 1440
to
session.gc_maxlifetime = 14400
Whoa, 10x longer cookie lifetime.
(restart apache of course)