LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

Add setting option "sessionStorage" with Default:true #302

Open SFlo opened 8 years ago

SFlo commented 8 years ago

The sessionStorage is a good idea, but it would be great to able to switch off the feature, to manage the steps by cookies. Unlike cookies, sessionStorage we cannot get values after a window.location with crossDomain URL.

For example : an intermediate step from www.example.com to profile.example.com won't work and the tour will start from the first step.