Is their any way to retrieve session ID from web client.
The UserSession class gives you the unique clientId identifying the client session.
See how UserSession is used in samples/vsphereviews/vsphere-wssdk-provider/src/main/java/com/vmware/samples/wssdkprovider/VmDataProviderImpl.java
Please be more precise.
while we get login to web client their must be some session id web client generated.
can we use that session id in our plugin or we have to create other session ID for the plugin..
The UserSession class gives you the unique clientId identifying the client session.
See how UserSession is used in samples/vsphereviews/vsphere-wssdk-provider/src/main/java/com/vmware/samples/wssdkprovider/VmDataProviderImpl.java
