I want to use a cookie on my site to change my style, but I have conflicts, I asked the question at this link:
Stylesheet with cookie works only on the second instead
The solution of Bacco presented worked, but I realized that another problem happens.
If I'm on the "home" page and mute in style, this new style is used on the other pages. But if I'm on another page and I'm mute in style, if I go back to home, the old style is still associated.
I opened firebug on the cookie tab
And I noticed that it writes a cookie to the root: / site / value "style 1". And save another cookie to the subpages that access: / site / page1 / value "style 2".
Does anyone know why? and how to solve?