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

Showing Answers 1 - 7 of 7 Answers

shrutika

  • Sep 1st, 2005
 

 
Option B: 
Only until the web server is restarted.

  Was this answer useful?  Yes

T.Swaminathan

  • Sep 30th, 2005
 

The Answer is

E. It is unique per client. A client cannot have two sessions with the same SessionID

  Was this answer useful?  Yes

Ann Gevorgian

  • Nov 23rd, 2005
 

B. Only until the web server is restarted

A SessionID is guaranteed to be unique for each user who is currently at your Web site. However, the same SessionID might be used again after your Web server has been restarted. This means that you shouldn't attempt to track the same user over time by using her SessionID.

.

 

  Was this answer useful?  Yes

Ann Gevorgian

  • Nov 23rd, 2005
 

SessionID is guaranteed to be unique for each user who is currently at your Web site. However, the same SessionID might be used again after your Web server has been restarted. This means that you shouldn't attempt to track the same user over time by using her SessionID.

B. Only until the web server is restarted

  Was this answer useful?  Yes

Rick

  • Apr 19th, 2006
 

B & D both I guess

  Was this answer useful?  Yes

Eswar

  • Jul 30th, 2006
 

B is the correct answer

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions