How to use the backend of a MVC web application using session storage for a mobile app
I am converting my web application Ubiqer.com to a mobile app. I am currently using CodeIgniter 4 with jQuery and sessions to maintain state. I understand that my controllers need to return JSON responses to support the mobile app, but I have a few concerns: