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