Hello, all,
I've got a page that contains an iFrame. When loading the parent via HTTP, the page loading in the iframe via HTTP can see session variables with no problem.
However, when I load that same parent page HTTPS _and_ the iFrame via HTTPS, the iFrame src page does NOT see session variables set in the parent page.
Both are loading HTTPS, both same domain, same port.
Parent: https://www.domain.com/dbw/tt/index.cfm
iFrame: https://www.domain.com/dbw/tt/contactus.cfm
I'll check CFID and CFTOKEN on both, but I suspect they are the same. UPDATE: I can confirm that in my DEV environment, CFID and CFTOKEN are the same for both parent page and iFrame page.
What could be causing this?
V/r,
^_^