We need help implementing a method so that an anonymous visitor’s browser remembers the last visited entry.
Our site has entries for many cities, and upon browsing the site the first time, the user selects their city.
We want it so that the next time the visitor goes to the site, they are immediately taken (redirected) to the entry of their city.
How would be the best way to accomplish this?