It means the page’s content is based on some session variables that would normally be established at some earlier point in a visitor’s experience. Because you’re requesting this page out of context, there’s no session data on which to base the page’s content. You’d need to ask the developer of the page for suggestions on how to supply the missing session data from an iframe request. Hopefully something like an URL query string or something similar might work.