Friday, April 15, 2011

ClassiC ASP inside a IFRAME in Aspx

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?

From stackoverflow
  • 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 : Yes please check the post and question.

0 comments:

Post a Comment