i have a aspnet backend and a react frontend. I'm trying to make a session when a request is made to any of the api endpoints which saves in cookies so that I can store data into that users session but I'm not having any luck doing this. Any help would be great
I first learnt php so I'm basically trying to do the same thing as what PHP does when you use start_session or $_SESSION