Hi everyone!
I’m developing a left menu that use dhtmlxTree and it tries to be a common menu to all pages of my site, to save the open state of menu i’m using cookies but my problem is that dhtmlxTree with loadOpenStates and saveOpenStates create one cookie for each page, right?
My question is: Could be possible use only one cookie to all pages site and load it in every page? Having the same tree open stat to each page (common cookie to all pages). Some idea?
Thanks!