=> A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With ASP, you can both create and retrieve cookievalues
There are two types of cookies available in asp.net.
1. Session Cookies :-
Resides on the client machine for single session until the user does not log out.
2. Persistent Cookies :-
Resides on the user's machine for a period specified for its expiry, such as 10 day's one month, and never expired.
0 comments:
Post a Comment