Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 293210

Re: Not able to get Session String from UserSessionService in VCenter 6.0?

$
0
0

Old User Session String format is ..

 

vmware_soap_session=”5229c547-1342-47d1-e830-223d99a47fba”

 

For that what I did is,

String sessionString = "vmware_soap_session=\""+sessionCookie+"\"";   

output:

vmware_soap_session=”5229c547-1342-47d1-e830-223d99a47fba”

 

 

Now I removed those extra quotes.. And rewrite the code as,

 

String sessionString = "vmware_soap_session="+sessionCookie;

output:

vmware_soap_session=5229c547-1342-47d1-e830-223d99a47fba


Viewing all articles
Browse latest Browse all 293210

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>