Hi Everyone! I recently took over maintenance of an amember site which uses wordpress as well. The client has a set of google adwords turned on which direct the user to a specific page, ie, http://myclient.com/?page=1234 This page has a specific offer on it for an product which only these users coming from adwords should see. This works great as is. The issue is that the client doesn't want these users to ever see the real home page located at the root url http://myclient.com They claim that the person previously in charge of the site set up this exact configuration with a different product and it worked using cookies. I have no reason not to believe them, but I can't see where in this chain of tools the cookie would have been set. I can't determine if it is supposed to come from google, from wordpress, from amember, etc. Any ideas?
cookie would have to be set here: http://myclient.com/?page=1234 with a redirect script of some kind related to the home page (probably on the home page). So, you're answer is in that script or in htaccess or whatever they use to control access to the home page. you could also email the original developer.