how a user session can be tracked in servlets?



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

Post New Answer

More Servlets Interview Questions

What is the capacity that doGet method can send to the server?

5 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  


What is war file?

0 Answers  


What is session?

0 Answers  


How httpservlet is different from the genericservlet?

0 Answers  


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

0 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

4 Answers  


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 ?

0 Answers  


What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?

0 Answers  


What is the use of request dispatcher interface?

0 Answers  


what is the difference between do get/dopost

9 Answers  


What is the use of servlet wrapper classes?

0 Answers  


Categories