I'm getting an "80006 Session not found for ip=(ip), token=(token)" error.
This error only surfaces when the code is being used on a mobile device where the source IP address may change with each request. When the same code is run on a machine where the source IP does not change, all is well.
Is the IP of the requesting machine taken into account when the login occurs and the session token is returned? That would be bad news for mobile apps.
If it does take the IP into account, is there a workaround? If not, what else could be the problem?