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
How do in-process communication work in the common language runtime?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
what is the need of a sealed class when we are having a structure
How many global.asa files can an application have in asp?
Define global.asa file?
What are the different types of html?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Explain the advantages of using asp?
How do cross-process communication work in the common language runtime?
How do I add aspx page to visual studio?
What is the full name of asp in vb net?
Write a program in asp to find out the leap year. [Accept the year from the user ]
What is msmq?
What are the scripting objects in asp?
Define a cookies collection?