Hi All,
I need to pass some values from one web application to another web application .
I have to pass one string and one List of 2 nodes.
I tried using session ,but its not working as session is valid only with the application.
So , in other application where i need that value becomes undefined.
Please suggest me the way to achieve this.
Regards,
Manohar
I need to pass some values from one web application to another web application .
I have to pass one string and one List of 2 nodes.
I tried using session ,but its not working as session is valid only with the application.
So , in other application where i need that value becomes undefined.
Please suggest me the way to achieve this.
Regards,
Manohar
Comment