Is Session ID is unique?

N

Nelson Smith

It appears that the session Id is not unique when the application is
updated.



Here is how I encounter that.

User logged in around 7 AM. Application recorded that Session Id as s1.

I updated the web application around 7.30 AM.

User logs in around 10 am. Application recorded that Session Id as s1.



For argument sake I have selected s1.



Is it session Id is unique?

I am using ASP.Net application with .Net FrameWork 1.1.

Please advice.

Nelson
 
S

Scott Allen

Nelson:

The SessionID is not unique over space and time. It is not the kind of
ID you would use as a primary key in a database, for instance.
 
J

John Timney \(Microsoft MVP\)

Session ID's are recycled by the runtime, they are unique in that only 1
session will ever have that session ID at any given time.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top