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
What happens to a html page in asp?
how to add master page in aspx page that is design before master page....
Define a dictionary object?
Explain the difference between cookies collection and form/querystring collection?
What is pdf aspx?
what is stored procedural
What are the advantages of asp?
How do you make it so that code runs when the security system is stopping it?
define the functionality of web server in context to Active server page.
___________ and ____________ properity to be used to create localized version of a form
Define collection?
Name the two properties which are common in every validation control?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
Is asp a programming language?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.