You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let say I have a php page with you code.
I leave the port open to listen to 9222 all the time
Case 1
I am calling the php page with a param like blue. This will go to the remote page and retrieve the "blue" data. From start to end, everything goes well.
Case 2
Now same thing but I am doing 2 different calls to the same php page with param blue and param red.
Now both page retrieve param blue.
Is there a different setup I can do to fix this issue. I understand I "might" go beyond the possibilities by asking the same page to retentive 2 different set of data.
Thanks
The text was updated successfully, but these errors were encountered:
Hello Alexander,
Let say I have a php page with you code.
I leave the port open to listen to 9222 all the time
Case 1
I am calling the php page with a param like blue. This will go to the remote page and retrieve the "blue" data. From start to end, everything goes well.
Case 2
Now same thing but I am doing 2 different calls to the same php page with param blue and param red.
Now both page retrieve param blue.
Is there a different setup I can do to fix this issue. I understand I "might" go beyond the possibilities by asking the same page to retentive 2 different set of data.
Thanks
The text was updated successfully, but these errors were encountered: