Answer Posted / shekhar
There are different types of SessionTracking mechanisms
1.Hidden Fields
2.Cookies
3.HttpSessions
4.URL Rewriting
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the http servlet and generic servlet?
What is the difference between Server and Container?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Can you call a jsp from the servlet?
How is an application exception handling is done using a servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the drawbacks of cgi?
What is the need of session tracking in web application?
What do you mean by default initialization in java servlet?
What exception should be thrown when servlet is not properly initialized?
What are the benefits of using servlet over cgi?
What do you mean by cgi and what are its drawbacks?
How do we share data using 'getservletcontext ()?
What is the structure of the http response
Why servlet is mostly used?