Hi,
Today, modern web apps use html5 local storage with / instead of cookies.
In zenno, my tests show that local storage is cleaned with the “clean cookies” action, which is a good thing.
However export/import profiles does not export/import local storage, even with the “save cookies” option.
1- Do you plan to implement this feature ?
2- Is there a possible workaround ? I would think to export localStorage for each website to a file using javascript, then parse and re-fill localstorage using javascript again. Could you help me to achieve that ?
🙂
I’ve added task to our programmer to add work with local storage