Jump to content

sessionStorage across multiple pages with different roots


gregaryb

Recommended Posts

image.png.d177b0c224f7483608ccab3467d7c0a5.png

I have a web site with this structure.

If I do this

sessionStorage["ShoppigCart"] = "XXXXX" 

on children.html then that XXXXX is only available on that page.

But I want to be able to get at it on emporium.html.

Is there any work around or alterantive method to acheive this?

Or is it impossible without PHP back end?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...