how a user session can be tracked in servlets?
Answer / anjan
The user seesion can trak in 4 ways,
1.url rewriting
2.hidden form fields
3.cookies
4.secure soket layer
Is This Answer Correct ? | 4 Yes | 0 No |
What is the capacity that doGet method can send to the server?
What’s the difference between forward() and sendredirect() methods?
What is war file?
What is session?
How httpservlet is different from the genericservlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is the difference between ExecuteUpdate and ExecuteQuery?
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 is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the use of request dispatcher interface?
what is the difference between do get/dopost
What is the use of servlet wrapper classes?