Hi guys!
I am primarily a web developer so PHP and Mysql are second nature. But just realized I may not be able to do what I am imagining with Construct.
I have a script that checks a users username and password by posting them to a php file online that checks with the mysql db before logging them in. Usually on a real website you would save this data into a session and check against the session to see whether the user is still logged in or not, but when trying to get session data this way the session array is empty.
Has anyone got any ideas for a workaround, or am I just doing something stupid maybe?