At our SSL login page, for our web app, we set a temporary cookie for the session. The cookie is deleted when the user logs out or the session expires (30 mins). We do not create a session page which is permanently saved on the web.
When our login page is set in an iframe or std. HTML frameset, we cannot log in (the username and password simply reverts to empty field when initiated) using Internet Explorer 7 or 6 unless we cut off all security measures built into the browser.
How do we need to handle our login to be able to use frames and IE7 and 6 w/out security modifications to the browser's settings? This problem does not occur in any other browser, on any Windows or Mac OS X platform. Thank you.
Start Free Trial