I am using Jquery Cookie Plugin in the below script in two different pages. I want the pages to use the same cookie ($.cookie("mdpage")). But each page creates a new duplicate cookie. I tried path variable, but it didn't work. Someone give me some suggestions please.I am using Jquery Cookie Plugin in the below sc