I am trying to work with soap client at the browser. For that, I am using soap js client.
I tried to use soap client in the browser. Everything works fine except for session authorization. I have splitted api into 8 services. So I need to create 8 different Soap Client instances and share session between them, but I can't make it work. The weird thing is that response is returning "Set-cookie" header but browser don't write it in cookies and next Soap Client do request like from another session and gets "Set-cookie" again which is ignored again. Can somebody explain to me why it's happening? Why browser ignores "Set-cookie" in response? And if somebody knows how to deal with my problem it would be very nice to give me some advice. Thanks a lot.