I want to know if this is do able , I make a HttpWebRequest in my asp.net site and load a certain page and store cookies in cookie container and also add cookies to the current browser from where i opened the site.
So that after this step when the user is navigated to that site (third party site) it shows the necessary info by looking at the cookies saved instead of taking it to home page.
is this valid?