What is the difference between Cookies collection and
Form/Querystring collection?
Answer / guest
Cookie collection does not have the Count property. Cookies
can have multiple values for the same cookie name but each
value can be referred using a key whereas in a
Form/Querystring cookie each value has to be referred using
a index value.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the difference between sap r/2 and r/3
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
How do in-process and cross-process communication work in the common language runtime?
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
Explain how to handle error in asp?
what are Naming constraints for a variable in ASP?
Hii if you not select open item Management in GL Creation. What is the impact in transaction
What is a TextStream object?
How do I make it so that code runs when the security system is stopping it?
What is Exception ? When is try, catch block used ?
Name the collections of session object?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID