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

In jsp custom tags from child tags to how many levels of parent tags you can acess

1 Answers   Bosch,


What are the different session tracking techniques?

0 Answers  


How to debug a servlet?

2 Answers  


Which event is fired at the time of session creation and destroy?

0 Answers  


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

0 Answers  






What happens, when client requests for server object, which is not yet loaded into the memory?

2 Answers  


Explain the jar and war files in servlet?

0 Answers  


Which method of the httpservletrequest object is used?

0 Answers  


Define the servlet mapping.

0 Answers  


describe all about advanced java with presentation

4 Answers   Sun Microsystems,


What is SingleThreadModel interface?

0 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


Categories