I have application in which I have used two iframes to display the content of the external application.
My external site is designed in such a manner that it will dispaly the content once you login into the site otherwise it display the log-in screen again and again (if you not logged-in).
I have a url that will login into the external site(http:Ipaddress/pagename?username=abcd&password=abcd)
I set this url to the first iframe source and set another url to the other iframe
Doing this I got login and see the desired output to the first iframe but got login screen to the second iframe, however during another post back I got login to both Iframe and see the desired output.
I want both the iframe should be login duing first call.(dont know why session is not created for the second iframe)
Please help me out, Thanks Saurabh Gupta