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

Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?

0 Answers  


What does aspx stand for?

0 Answers  


What is asp in java?

0 Answers  


What are the asp components?

0 Answers  


Which is better asp or php?

0 Answers  






can we place Global.asa into "bin" directory instead of Root directory?

3 Answers   Satyam,


Explain the difference between server-side validation and client-side validation?

0 Answers  


Explain how big is the data type int in .net?

0 Answers  


What is the full name of asp in vb net?

0 Answers  


How to refersh an asp page on a single click of a button.

2 Answers   IBM,


Define microsoft intermediate language (msil)?

0 Answers  


The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.

1 Answers  


Categories