Replies: 1 comment 1 reply
-
Did you use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
If I login with
Auth::loginUsingId(1)
, then it return1
But if I go to another page then
Auth::id()
returnsNULL
.Auth::loginUsingId()
doesn't work if refresh the page.This problem only occurs with
Auth::loginUsingId()
, not occur if I login manually through127.0.0.1:8000/login
Beta Was this translation helpful? Give feedback.
All reactions