what are the way a client can be tracked?

Answers were Sorted based on User's Feedback



what are the way a client can be tracked?..

Answer / nirbhay gupta

Client can be tracked with the help of session management
technique.we can use any one of them as like Cookies etc.

Is This Answer Correct ?    2 Yes 0 No

what are the way a client can be tracked?..

Answer / sonam

Client can be tracked by the means of session management or session tracking.consider a scenario :
-user requests a login page to the servlet.
-servlet loads the page.
-user enter the info and if correct given access.
-now if another servlet that also only allows authorizd users to view info.this servlet wil not know whether the same user is successfully logged in and as such the user wil have to login again.
There are 4 ways of achieving session management : 1.URL rewriting 2.Cookies 3.Session objects 4.Hidden fields

Is This Answer Correct ?    1 Yes 0 No

what are the way a client can be tracked?..

Answer / guest

Refer

http://www.onjava.com/pub/a/onjava/excerpt/jebp_3/index1.htm
l?page=4


sandhya S

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Why servlet is mostly used?

0 Answers  


What are the security issues in Servlets?

2 Answers  


How can a servlet refresh automatically if some new data has entered the database?

3 Answers   Citi Bank, CitiGroup, IBM, Satyam,


What is the web server used for running the Servlets?

0 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,






How do you track a user session in servlets?

3 Answers  


What is the functionality of actionservlet and requestprocessor?

0 Answers  


What is the procedure for initializing a servlet?

0 Answers  


Which java application server is the best?

0 Answers  


Whether we can get deadlock situation in servlets?

0 Answers  


i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


What is the GenericServlet class?

0 Answers  


Categories