I ran into a strange problem these days. One of my apps which is using iframe for displaying inside canvas page is not working in Internet Explorer. Whenever I click a link (part of my app) in IE a session variable is added to the query string and instead of loading the requested page it's loading the homepage of my app.
I have to say that using firefox or chrome this problem doesn't exists. Do you have any thoughts what might causing this only in IE? And what should I do in order to fix it ?
Thank you.