We started using jStorage a few weeks ago to store some help data for items so that they are stored on multiple pages. This seems to work fine until we are redirected to a page on our site using https. When data is no longer available, although I can insert new data into jStorage. I need this state that was on the http page.
We are doing something like:
$.jStorage.set(key, value);
and
$.jStorage.get(key);
which works fine in either http or https, but the repository seems different for both.
This may be just what we need, and we will need to use cookies or something else to restart the state. Any suggestions would be helpful.
thank
Gary