Hello everyone,
The story is that hosting provider has set the maximum session lifetime to 24 minutes and does not want to increase it. Now customer wants the sessions to be maintained even if the browser remains idle for at least 10 hours (1 working day).
-
Will I have full control on the lifetime of sessions if I use database? Does database session management relate to php.ini settings of maximum session lifetime in any way?
-
What stable popular library (preferably not pear) I can use for that which is compact, clean and needs as little changes as possible?
Thanks