I have 3 sales territories. I'd like a visitor (not logged in) to click one of 3 names on the home page. Clicking a name takes them to the salesman's page. From that point, as the visitor goes through the site, each page says, "Your Salesman is Joe, Joe's phone, etc". Any thoughts on accomplishing this?
I'm guessing I need a module to set a cookie or session variable. I'd install that on the Salesman's home page. Then could I use Reports or something to "Select name, phone, etc from SalesmanDB where salesmanID=<cookievalue>" ? Or is there a different way to do this?