• I’m trying to embed an external webpage but it does not show correct. It says: “Session key not known reload page to recreate session”.

    Never seen this issue when embedding earlier. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    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.

    Thread Starter Morgan Grip

    (@morganmmg)

    Thanks. Anyone with ideas on how a query striing would look like to accomplish that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed: Session key not known reload page to recreate session’ is closed to new replies.