Hello
I have an .asp file that has a session variable declared on it. This page also has an IFRAME embedded in it. The problem i'm having is that I'm losing the value of my session variable as long as the IFRAME is on my page. If i delete the IFRAME code, then everything is well.
There is no session variable set on the page that the IFRAME calls. Data that i insert to a database is not reflected properly if my session variable is set on this page.
Is there some sort of compatability issue between session variables and IFRAMES? I'm only concerned about using this with IE. I'm currently using 6.0
I have an .asp file that has a session variable declared on it. This page also has an IFRAME embedded in it. The problem i'm having is that I'm losing the value of my session variable as long as the IFRAME is on my page. If i delete the IFRAME code, then everything is well.
There is no session variable set on the page that the IFRAME calls. Data that i insert to a database is not reflected properly if my session variable is set on this page.
Is there some sort of compatability issue between session variables and IFRAMES? I'm only concerned about using this with IE. I'm currently using 6.0