Hi All
Currently I am working on the VWC plugin using Flex - Java Service. Currently I can get the UserSession of VWC as mentioned in the link
Thanks to laurentsd.
But now I want to Get/Set some information in that UserSession so that i can pass it to Flex whenever it is updated. Thus i can make sure that Status is unique across differ UserSessions.
Broswer 1 -> Flex -> Java (Get UserSession) -> Set Status in Session -> Send the status to Flex
Broswer 2 -> Flex -> Java (Get UserSession) -> Set Status in Session -> Send the status to Flex
Kindly Help me.