SessionIdentifier is used to identify session. It has SessionID property. When
a page is requested, browser sends a cookie with a session identifier.
This identifier is used by the web server to determine if it belongs to
an existing session. If not, a Session ID (120 - bit string) is
generated by the web server and sent along with the response.
Asked In: Many Interviews |
Alert Moderator