RemoteObject PHPSESSID issue SDK0.9.7##1086
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
It seem there is a bug with mx:RemoteObject and PHPSESSID.
When using it for first time, it should memorise the PHPSESSID sended by remote host. Then using it another time, it should send this PHPSESSID in the request header.
I took exemple in
`examples\mxroyale\RemoteObjectAMFTest`
I modify it to call my test login service, and clic on sendLogin button.
Here is network trace :
On first packet, then Request has no PHPSESSID because it's first use

On second packet (and others if clic again on sendLogin button) there is no PHPSESSID in Request header.
So the server send each time another new PHPSESSID thinking it's a new client

Now here is same service with Flex sdk4.6.0

Here is the code used :
```
```
Remote server is using AMFPHP (I can give remote URL to test if necessary in private)
Regards
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.