I have a Google Map on my site and am using W3 Geolocation to detect a users location when they click a button, "Get current location". Then it should popup with the allow/deny infobar at the top of the browser window.
I don't want to prompt all my visitors for Geolocation access but do want to somehow remember if a user has already allowed the Geolocation and run Geolocation if so.
From my research this isn't possible but I'm hoping someone has ran into this situation before. The only way I can figure this can be done is setting a cookie.
Thanks!