Re: initializing a cookie
I'm assuming that this is all in reference to your question in Client-Side Scripting. If this is true, then I don't think you are implementing exactly what I had in mind with the cookies. I was refering to every time you make a menu change, you could use JavaScript to update the cookie which contains the menu information.
Using a server-side solution to update the cookies will require you to reload the page every time...thus reverting you back to the original problem. And, you already mentioned in the other thread that you can't use AJAX, so communicating with PHP must require reloading of the page.
Re: initializing a cookie
After reading up on the required material I now understand what you were reffering to.
i'm in the course of implementing a client side solution with session only cookies :)
hope it works out.
thank you for your help.
UPDATE: worked like a treat :) , thanks for lowering the cliff a bit ;)