Skip to content

Session values greater than 30 days expire immediately. #142

Closed
@ianmaddox

Description

@ianmaddox

Sessions with session.gc_maxlifetime greater than 2,592,000 expire immediately because the value is interpreted as a unix timestamp. Setting a gc_maxlifetime of 2,678,400 (31 days) will result in no sessions being stored because the driver is telling memcached to expire the key 1970-02-01 12:00:00am UTC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions