Miscellaneous notes on cookies
1. Cookies must have an expiration date to be accepted by the browser.
2. The Response.Cookies collection is preserved across Server.Transfer calls.
3. Yahoo expires their user id cookie in 10 years.
4. Use Response.Redirect() to transfer to an arbitrary page from the server (requires a round trip).