your browser will still be sending session cookie even though its not part of your payload?
May 22, 2024
2
Level 1
How this session works when the web route hitting from the mobile (React native))
What we are done is, we are just consuming the web routes for the react native application for various reason, First from the backend i'm sending CSRF Token and on frontend (React native), he is login using the login (route or API). after if we do any request from the same mobile its just taking the correct user session without sending session, can anybody explain?
From my R&D I've found the middleware called session manager is doing the magic!, but I want to know how???
#phpSquad
Please or to participate in this conversation.