how do you maintain sessions in servlets?
Answers were Sorted based on User's Feedback
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 |
Answer / mahesh
to maintain sessions in servlets we can use another way that
is through........ RequestDispatcher
| Is This Answer Correct ? | 5 Yes | 4 No |
Can you create a deadlock condition on a servlet?
What are the difference between RMI and Servlets?
What is the use of welcome-file-list?
What is the difference between jsp and servlet life cycle?
Why the concept of single thread model interface is used?
which type of data passing is used in realtime?
Difference Between Web Server and Application server ??
In jsp custom tags from child tags to how many levels of parent tags you can acess
where the generated jsp source file are stored?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is difference between Forward() and sendRedirect() methode?
Explain the different ways for servlet authentication?