I'm using the same dijit.Tree view over several pages in our application, and I'd like to have the cookie saved for the server name, instead of the folder name.
Right now I've got 3 pages and 3 cookies, which each hold their own information on the state of the Tree, which is kinda annoying.
Any ways to accomplish this? The only thing I've found on cookies in the API, is that I can set the cookieName
and turn cookies on/off.