How to expire or reset geolocation
问题 When a user hits my website I check to see if I have a location session set in PHP. If there is no session set with the users location in I redirect them to www.domain.net/location. On this page there are a number of options for the user to pick a location. If the browser allows it one of the options is to use the browser to set this. The below code works really well. The issue I am having is that once a user has allowed the browser to share the location this seems to be set forever. Whilst