Passing value from one web application to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gyanendar
    New Member
    • Jun 2007
    • 90

    Passing value from one web application to another

    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
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi Manohar,

    If you are not directly linking from one website to another (in which case you could pass the values through the querystring) then the first website will need to store them somewhere that the second website can pick them up from.

    Perhaps a small database or an XML file?

    Dr B

    Comment

    Working...