If I set a cookie on a client, and I want that cookie to determine what page loads when the user types in www.webpage.com, how would I do it? I would have to have a PERL script load automatically with the index.html page to analyze the cookie and redirect based on the cookie's value, no? Is that the only way?
Thanks.