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 |
Which DLL file is needed to be registered for ASP?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
What is the work of asp?
What is the difference between asp and saas?
what is the is the difference between asp and asp.net?
Explain how to refresh an asp page on a single click of a button?
What is a variable in asp?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
What is the difference between a namespace and an assembly name?
Can be arrays resized by using the keyword redim?
What are the asp objects?
Difference between GET and POST? Which is used when?