Showing posts with label iframe. Show all posts
Showing posts with label iframe. Show all posts

Sunday, October 30, 2011

How to fix missing session in iframe using ASP.NET

When you face missing session in iframe, it can solve with the following code:

Response.AppendHeader("P3P", "CP=\"CAO PSA OUR\"");

You put the above code in Page Load event. That's it.