Describe the Cookies collection in ASP.NET.- Cookies are text files that store information about the user. - A user is differentiated from the other by the web server with the help of the cookies. It can also determine where the user had been before with them. - A cookie can store information only when the user sends it. - Cookies are stored on client’s machine. The maximum number of cookies allowed is 300 and each of them can carry at the most 4 kb of data.
|