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 Posted / 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 View All Answers
Explain the difference between cookies collection and form/querystring collection?
What is aspx used for?
What is Response object? How is it related to ASP's Response object?
Define common language specification (cls)?
How do I open an aspx file in pdf?
Define a cookies collection?
how can i connect to ms-access database, with ASP??
What are server variables collection?
Why .Net Does not Support multiple inheritance?
what is the difference between #include directory in C,C++ and import java.packages in java
What is wsdl file? (explain in detail)
Explain the advantages of using asp?
Name the asp objects?
What is n-tier system?
Whats the difference between struct and class in c#?