@cakadi190 You don’t “solve” it. APIs are typically stateless. You should be using a token-based authentication mechanism for your API such as Passport or Sanctum. Not sessions.
Sep 1, 2021
6
Level 1
How I Can Turn On Session On API Laravel?
I got error when /api/ url are not save my auth session, but meanwhile on regular url working, how i can solve it?
Level 80
2 likes
Please or to participate in this conversation.