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

  • How To Delete the textbox using the Javascript
  • Difference between Interface and Abstract Class
  • Java Thread Questions
  • OVERVIEW OF SERVLETS
  • Explain session destroy in Servlets

Post a Comment