Posted on: 8/27/2014 10:28:19 PM | Views : 411

Hi All,
 I have a requirement to navigate from web Application 1  on linkbuttonclick to match results in web application 2.
Once user selects match in web application 2 it has to navigate back to web application1 in same session.
Having some challenges in doing so.
1) Initially our web application 1 worked in cookieless=true mode and in order to fulfil above requirement we turned it off (made cookieless=false) and navigation from web app 1 to we app2 and back worked fine.
2) Later we encountered that this actually has regressed an existing functionality which was fetching sessionid from url and on linkbutton click(a separate link) opened a new window in new session. But since we turned cookieless mode to off sessionId is no more in url and thus getting server error.
If we try to fix it by not checking for session id in url and open a new window, we find new window opens up in same session which is not correct.
3) ...

Go to the complete details ...