We have a problem with running a site in an iframe. We've developed a system that uses session variables but when running the site in an iframe we get weird (non-exsisting) behavior with the session vars.
Even more weird is that if I open the page (that's runned in the iframe) and do some stuff that affects the session and then open the page with the iframe, it works fine...
Someone know why I get this behaviour?
/Niels