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 main purpose of java servlets?

0 Answers  


How does tomcat servlet container work?

0 Answers  


What is called Scriptlet?

0 Answers  


Write a command to get actual path of a servlet to the server?

0 Answers  


If my browser does not support cookie, and my server sends a cookie instance what will happen?

0 Answers  






What is the use of httpservletresponsewrapper?

0 Answers  


When a servlet accepts a call from a client, it receives two objects. What are they?

0 Answers  


What is SingleThreadModel interface?

0 Answers  


What are cookies and how will you use them?

3 Answers  


How can we implement a jsp page?

0 Answers  


Difference Between Web Server and Application server ??

4 Answers   PWC,


Why jsp is better than servlet?

0 Answers  


Categories