1.

What do you mean by Session Tracking and also explain its techniques?

Answer»

Session TRACKING is a technique that servlets USE to maintain a record of a series of requests originating from the same USER or the same BROWSER across a period of time. These sessions are shared between the servlets that are accessed by a client.

There are 4 TECHNIQUES to track sessions:

  • Cookies
  • Hidden Fields.
  • URL Rewriting.
  • Session Tracking API.


Discussion

No Comment Found