expiration_time: Number of seconds of idle time after which the session will expire
This works as described for the default "cookie" driver, but not so for "db" or "file". In these latter cases, the session expires after the set time despite activity.
Am I misunderstanding something or is this a mistake?