Skip to content

(Login Ticket validity) Timestamp is not checked correctly? #35

@mvdgeijn

Description

@mvdgeijn

Line 145: if ($this->login_ticket_timestamp >= (time() + 7200)) {

The timestamp is always expired this way. It should be:

if ($this->login_ticket_timestamp <= (time() - 7200)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions