October 2010
Intermediate to advanced
1920 pages
73h 55m
English
You create a new cookie by adding a cookie to the Response.Cookies collection, which contains all the cookies sent from the web server to the web browser. For example, the page in Listing 28.1 enables you to create a new cookie named Message. The page contains a form that enables you to enter the value of the Message cookie (see Figure 28.1).
Figure 28.1. Creating a new cookie.

Listing 28.1. SetCookie.aspx


Be warned that cookie ...
Read now
Unlock full access