You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I logged in on emulated mode, I see my login information got stored in the database properly - which means the user been authenticated properly. When I get to the route defined as authenticated and do var_dump for $_SERVER variable, it returns null. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi
After I logged in on emulated mode, I see my login information got stored in the database properly - which means the user been authenticated properly. When I get to the route defined as
authenticated
and dovar_dump
for$_SERVER
variable, it returns null. Am I missing something?The text was updated successfully, but these errors were encountered: