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
There are 2 users on same IP. Both users login and receive same session id like HponiRbO4VTZlfbyOSHOt7RnGmlBVhlMkUd9VDmS
Both users try to logout and login again, then again get same session id. I am using nginx php-fpm cache but has skipped for /admin routes.
I do not know is it nginx php-fpm cache problem or Sentinel problem or Laravel Problem or PHP problem or anything else.
How can I solve it or debug it ?
How the sesstion id is created for user when any user signin ?
I am using Sentinel::authenticate($request->only(['email', 'password']), true) for login user.
The text was updated successfully, but these errors were encountered:
Your Environment
There are 2 users on same IP. Both users login and receive same session id like HponiRbO4VTZlfbyOSHOt7RnGmlBVhlMkUd9VDmS
Both users try to logout and login again, then again get same session id. I am using nginx php-fpm cache but has skipped for /admin routes.
I do not know is it nginx php-fpm cache problem or Sentinel problem or Laravel Problem or PHP problem or anything else.
How can I solve it or debug it ?
How the sesstion id is created for user when any user signin ?
I am using
Sentinel::authenticate($request->only(['email', 'password']), true)
for login user.The text was updated successfully, but these errors were encountered: