WebSession.Identifier is unique for web user or random

WebSession.Identifier is unique for one user web ? or is ID Random for session (Browser->Server)?

the session identifier is a random string generated when session starts and valid until session ends.
Browser stores it in cookie, so all requests to server have that identifier and knows which session it is.