I have a scenario in which I am loading a separate classic-ASP application into an IFRAME which I have programmatically embedded into an ASP.Net web form. This external application uses session variables extensively, however, when it navigates from one page to another, it loses the session variables. Any suggestions?
A:
Yes Session will be lost if you the asp page is another domain. You can solve this by adding p3p header to your asp pages.
Check this question which I asked some time ago. Alternatively you can check this blog post.
Shoban
2009-03-27 20:34:02
Yes please check the post and question.
Shoban
2009-03-28 04:14:21