« Web Projects | Main | Equals override »

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).

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)