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



How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it i..

Answer / guest

Only until the session expires, then it can be reissued to
another client.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP Interview Questions

Name the data type should you use if you want an 8-bit value thats signed?

0 Answers  


What process happens behind, when we try to access any page on the internet.

0 Answers  


how can we done appllication deployment

0 Answers   3i Infotech, HCL,


What is aspx format?

0 Answers  


What is the meaning of asp in computer?

0 Answers  


what are the two main compononet in remoting

0 Answers   DCI,


Define managed code?

0 Answers  


• How do you relate an aspx page with its code behind page?

1 Answers   3i Infotech,


Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.

0 Answers  


What is ascx cs?

0 Answers  


when we use ajax in.net

0 Answers  


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

1 Answers  


Categories