Standard way to store session data of a visitor on system built with Laravel API – React native
I have built an API with Laravel + Sanctum consumed by a React Native app. I need to store the user's country, regardless they are logged-in or not. Will have to check the visitor's country on each request to send…