how do you maintain sessions in servlets?

Answers were Sorted based on User's Feedback



how do you maintain sessions in servlets?..

Answer / niranjanravi

servlet context

Is This Answer Correct ?    22 Yes 10 No

how do you maintain sessions in servlets?..

Answer / bibek

for mentaining session there are four ways
1 hidden field
2 url re-writting
3 coockis
4 session

Is This Answer Correct ?    14 Yes 5 No

how do you maintain sessions in servlets?..

Answer / reddy

Using Session Tracking

Is This Answer Correct ?    12 Yes 7 No

how do you maintain sessions in servlets?..

Answer / mahesh

to maintain sessions in servlets we can use another way that
is through........ RequestDispatcher

Is This Answer Correct ?    5 Yes 4 No

how do you maintain sessions in servlets?..

Answer / m.manikandan

Throw the HttpSession

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Servlets Interview Questions

how a user session can be tracked in servlets?

1 Answers  


What is a servlet engine?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


How to get the actual path of servlet in server?

0 Answers  


What are the common methods that are included in the http servlet class?

0 Answers  






How do you find out what client machine is making a request to your servlet

0 Answers  


What is the use of attribute in servlets?

0 Answers  


What is servletconfig?

0 Answers  


How to run a servlet program?

7 Answers   Infosys,


What is called Session Tracking?

0 Answers  


What is http servlet? Explain with the help of an example.

0 Answers  


How do you configure a centralized error handler in servlets?

0 Answers  


Categories