Programming Languages
ASP.NET
Subjective
May 20, 2013
What is Cookies collection?
Detailed Explanation
Cookies are text files that store information about the user by which the web server identifies and marks each different visitor to a web site and determines where a user has been before. A cookie can store information only when the user sends it. Individual cookies are limited to 4KB of data. The maximum number of cookies allowed is 300.
Cookies are stored on client’s machine.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts