Roland Müller

Results 2 issues of Roland Müller

When I set a cookie with domain `example.com` from `foo.example.com` the domain of the cookie is being set to `.example.com`. `Cookies.set('mycookie', 'myvalue', {domain: 'example.com'}` will result in: `"mycookie=myvalue; Domain=.example.com; Path=/"`...