What is Session Identifier?
2364
25-Oct-2010
Pushpendra Singh
26-Oct-2010Session Identifier is used to identify session. It has SessionID property. When a page is requested, a 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.