Reputation: 1286
My source application embeds third party application in source application iframe
problem is when i use this scenario in IE 10,9,8 on first request i get Session has expired but on consecutive request it works fine. i cant understand what is the issue because in Firefox , Chrome , Safari its working fine and even on IE it working fine but on first request it gives Session has expired error.
Scenario:
Source application post form to Third party application and in return i put result in iframe of source application . application is developed in asp.net
can some one help me how can this issue be solved.
Upvotes: 0
Views: 1682
Reputation: 1193
Browsers handle cookies differently in iframe situations. I think this comment probably describes what you're seeing.
Upvotes: 1