Saturday, March 31, 2012

session uniqueid

Do sessions automatically create a unique ID constraint like a GUID when they are instantiated on a web page? If so how can i retrieve it in C#?

ThanksEach session has a session ID. Use Session.SessionID to get it. This id is, however, not unique all the time.

0 comments:

Post a Comment