Hello.
I created a registration system for my mobile game on construct 3 with PHP (with PDO).
except that I block on checking if the user session is open.
to be able to redirect the user to the correct page of the application if the user is correctly connected.
I of course had the idea to pass the session to AJAX as a parameter and have it checked if it was TRUE or FALSE.
apart from that i noticed on the internet that a lot of people talk about security and that indeed anyone could modify the AJAX code and cheat the request.
suddenly I wonder how to open a session on C3 secure?
because on the internet many people are complaining about this problem but the answers are very vague and can be compressible.