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
Answer / guest
Only until the session expires, then it can be reissued to
another client.
Is This Answer Correct ? | 1 Yes | 1 No |
Name the data type should you use if you want an 8-bit value thats signed?
What process happens behind, when we try to access any page on the internet.
how can we done appllication deployment
What is aspx format?
What is the meaning of asp in computer?
what are the two main compononet in remoting
Define managed code?
• How do you relate an aspx page with its code behind page?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
What is ascx cs?
when we use ajax in.net
When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client