I dont understand the problem because auth()->user() gets the user which is authenticated
Mar 21, 2019
5
Level 1
[5.7.11] Auth and session data
Hi every one
I got session data from other user connected
1- i connect with pseudo "TOTO"
2- {{ auth()->user()->name }} -- i get "TOTO"
3- an other user connect from an other machine with "FOFO"
4- {{ auth()->user()->name }} -- i get "FOFO" on my machine
any help plz
Please or to participate in this conversation.