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 OOAS

2 Answers   iGate,


What are the steps that are involved in using the httpservlet class?

0 Answers  


How to get the path of servlet in the server?

0 Answers  


Define the life cycle of a servlets.

0 Answers  


What is the difference between Server and Container?

0 Answers  






Explain the servlet context.

0 Answers  


What are the methods in HttpServlet?

8 Answers  


how do you maintain sessions in servlets?

5 Answers   AZTEC, L Cube,


Write a hello world program using servlets.

0 Answers  


What is servlet in simple terms?

0 Answers  


when the several requests comes to server..how it manage the requests

4 Answers   iGate,


What is difference between get and post method?

0 Answers  


Categories