Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Auth::check() return false after a login success (redirect)
  • Hello,
    In my Login_Controller i can login user with its credentials,
    Auth::login('username','password') works well, but after redirect to another controller and checking if user is logged with method Auth::check() the last one return false.

    But in my others project it works well.
    I'm using simpleauth, and my config seems correct.

    Can anyone helps me.
  • No active session? Or an incorrect session configuration?

    Auth requires session storage (either in the browser using a cookie or on the server using one of the other backends) to transfer the login state from one request to the next.

Howdy, Stranger!

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

In this Discussion