Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Strange behaviour when trying to log in or log out #2

Description

@sagikazarmark

When I try to login/logout and I redirect the request right after doing any of these actions, nothing happens (meaning login/logout fails). If I stop the request (aka. exit) and refresh the page then it succeeds. Is it a session or an auth issue?

Example:

    public function actionLogout()
    {
        $this->getAuth()->logout();

        return \Response::forge('redirect', 'admin/login');
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions