Define Session Tracking



Question: What is Session Tracking?
Answer:
HTTP is stateless protocol and it does not maintain the client state. But there exist a mechanism called “Session Tracking” which helps the servers to maintain the state to track the series of requests from the same user across some period of time.

Some Examples of Session Tracking: Click Here

Random Posts

  • Define Session ID
  • Define ServletOutputStream object in Jsp
  • Define ServletOutputStream
  • Configuring the Log4J for Hibernate
  • How many EJB Objects are created for a Bean

Post a Comment