Question:
Can a session variable be referenced in another page embedded html?
Product:
Wix Studio Editor
What are you trying to achieve:
I have created session variables in Page 1 with Velo session.setitem
Page 2 is largely embedded html from another website.
Page 2 has session.getitem above onReady?
I want to alter the html to use the values of the session variables, but do not know how to do that.
What have you already tried:
Tried $_SESSION[`mysessionvariable’]
but over my head
Additional information:
Pretty new at this stuff
Richard K