cristallium commented on issue #1064:
URL: https://github.com/apache/royale-asjs/issues/1064#issuecomment-767668609
Hi,
I agree with Carlos, generaly CORS issues are on PHP session id because CORS
block setting PHP_SESSID.
So why not try to set this in your service class :
```
function test_echo($o){
return "-".$o."-";
}
```
then call test_echo("1").
Give a try with ServiceCaller.as that I attached in previous post.
If not working, screen capture of network (Request and response headers)
would help to diagnose the issue
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]