What is Cookies collection?
Answer / guest
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.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the attributes of the tags?
What is Exception ? When is try, catch block used ?
What does aspx stand for?
What is Response object? How is it related to ASP's Response object?
What are server-side includes?
What are the advantages of using ASP?
How can you change the primary scripting language for a page?
how can we create a webpage in .Net
Define a form collection?
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
difference between html and asp?
How do cross-process communication work in the common language runtime?