]> git.openstreetmap.org Git - rails.git/commitdiff
Issue all _osm_location cookies against the root path
authorTom Hughes <tom@compton.nu>
Wed, 11 Dec 2013 00:19:49 +0000 (00:19 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 11 Dec 2013 00:19:49 +0000 (00:19 +0000)
To ensure that any old cookies issued against other paths are
removed we make sure to do a removeCookie call first without a
path being specified so that any cookie for the current page is
removed before we add a new one against the root.

Fixes #652


No differences found