Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
session db expiration
  • In Session Configuration docs it says:

      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?

    Thanks for any help.

  • HarroHarro
    Accepted Answer
    This is a bug, for some reason the updated timestamp wasn't updated.

    I've just pushed a fix to 1.7/develop, if you are on 1.6.x you can backport them without problems.

    Thanks for reporting this.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion