hello, in current version cookie path is fixed to the value "/" how about render it dynamic? something like this: ``` if (options.path) { cookie += '; path=' + options.path; } document.cookie = cookie + ';'; ``` thank you lorenzo