Ticket #166 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Session length seems to be ingnored?

Reported by: Ilkka Assigned to: somebody
Priority: major Milestone:
Component: eAccelerator Version: 0.9.5
Keywords: Cc:

Description

Session length (session.gc_maxlifetime) seems to be ignored if it's set by ini_set? Version is 0.9.5-rc1 and both Windows and Linux.

If I use session.gc_maxlifetime = 1440 in php.ini, but set that to a large value in php code, that doesn't seem to have any effect, it is still 1440.

Change History

08/30/06 16:44:54 changed by Ilkka

  • component changed from Control panel to eAccelerator.

08/31/06 09:40:14 changed by Ilkka

And this is in php.ini:

session.save_handler = eaccelerator

09/19/06 18:30:52 changed by hans

  • status changed from new to closed.
  • resolution set to fixed.

This is fixed in changeset [275]

Thank you for reporting this.