Forum Moderators: open

Message Too Old, No Replies

IE iframe & security problem

         

matambos

6:43 pm on Sep 28, 2005 (gmt 0)



hi, i'm developing a site that uses iframes for some of its features.
the problem is with the session variables. it seems that, if the "Always allow session cookies" form the

"Advanced Privacy Settings" from IE privacy options is turned off, the session lost its id. so, the session

values are lost from one page to another.
i'm trying to override that setting for this site only, or otherwise allow session cookies
someone knows how?
maybe some protocol or certificate, i don't know.
the use of iframes is out of discussion.

tedster

11:23 am on Oct 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello matambos, and welcome to the forums.

The only thing I can think of is to have each link regenerate the entire window - which probably defeats your reasons for wanting to use the iframe in the first place. I would probably suggest you rethink the use of iframes for this interface altogether.