Define Session ID



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

Random Posts

Post a Comment