On my mobile app I need a login. It appears that the login form is working as I get a 200 status and the form clears on success.
But the recordset retrieving the user identity is still empty. IS there anything else you need to do to make it work for mobile? IS it because it is an HTML site rather than a PHP?
How do I get login to recognize the user identity?
Note: The login works perfectly in the source web app. Just not on the mobile project.
Feb-27-2021 15-58-10
This is really killing me … even a couple beers hasn’t helped.
Take a look in the dev console to see if the php session id is changing. If it is, then each server connect hit will be considered a new user session and you would see this type of behavior.
Can’t seem to authenticate cross site. Is there anything I have to set in the cookie properties or anything to get log in to work on my mobile app? Seems the identity is not being brought over to the mobile site?
The identity is not being passed to the mobile site. That’s why I tested with a Session. That didn’t get passed either. Everything works fine on the source (API site).
Very strange. I’ve had the problem in the past with caching causing issues hence recommending clearing it. I suppose you have tried uploading the lib and API folders again see if that helps at all? Infact upload everything again… You will get it sorted, still doesn’t stop with the frustration when you’re trying to get something done you have probably done a hundred times before.