InterviewSolution
Saved Bookmarks
| 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:
|
|