Why is your api stateful (has sessions)?
Sep 1, 2022
3
Level 7
Sharing sessions between web and api
I want to share the session between web and API routes. I've used this in Kernal.php inside API middleware \Illuminate\Session\Middleware\StartSession::class, but still not getting values from the web session
Please or to participate in this conversation.