Define Session ID
By Ramakrishna on Sep 2, 2008 in Session Interview Questions
Question: What is Session ID?
Answer: A session ID is an unique identification string usually a long, random and alpha-numeric string, that is transmitted between the client and the server. Session IDs are usually stored in the cookies, URLs (in case url rewriting) and hidden fields of Web pages.
Some Examples of Sessions using Servlets: ClickHere
