C# And Cookies
--------------
Cookies allow you to store small bits of data on the user's computer. They take up a small amount of space on the user's hard drive and are often useful for storing nonessential information, such as user preferences.
ReadCoookies.aspx: Reading Cookies Written from the WriteCookies Example
1: <%@ language="C#" %>
2:
23:
24:
25: Use the button below to read a cookie
26:
-
No comments:
Post a Comment