Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problem when logged in multiple browsers
  • Hi guys, an information.
    If I'm logged in a browser (e.g. Firefox) and I try to login in another browser (e.g. Chrome) with the same user ... the function :
    Auth::instance()->perform_check()
    

    Return "1" in Chrome and "0" in Firefox ( for example ) ... then the user is disconnected from the first browser ( Firefox ) Is correct?
    Exist a method to mantain the same user logged in multiple browsers? Note :
    I'm using SimpleAuth
    "'match_ua' => false," in Session configuration Cheers
  • Doh!! :)
    Ok thank you Jelmer

Howdy, Stranger!

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

In this Discussion