What are the advantages of Cookies over Session Object?
Answer / guest
? It informs each page what session the request belongs to
when a user accesses during a session.
? It retrieves all the session information stored on the
server.
? Cookies can persist for a much longer period of time than
session that has a timeout value usually of 20 minutes and
hence can store information even when a user is off the
site.
| Is This Answer Correct ? | 16 Yes | 5 No |
Name the collections of session object?
Name the data type should you use if you want an 8-bit value thats signed?
What is the microsoft intermediate language (msil)?
Explain how to refresh an asp page on a single click of a button?
what is the default .net provider
Is classic asp still supported?
What type of code is found in a code-behind class?
What is an err object?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
Any one tell me what GOOGLE GEARS and how to use it ?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
What is the order of execution for an ASP application?