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 |
What is the use of attribute in servlets?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is the difference between 2 types of servlets?
What is a java servlet?
How do you create connections for number of users, if you want to improve performance?
What are the life-cycle methods for a servlet?
How native code can be used in a servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Explain servlet events?
Why do you use session tracking in httpservlet?
can we override service method in my servlet class..?? if yes or no why ??
What is the need of servlet filters?