Answer Posted / anjan
The user seesion can trak in 4 ways,
1.url rewriting
2.hidden form fields
3.cookies
4.secure soket layer
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the need of servlet filters?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is difference between get and post method?
What do you mean by mime type?
What is webservlet?
Why servlet is faster than jsp?
What is meant by session? Tell me something about httpsession class?
What is MIME Type?
Explain the difference between jsp and servlet?
How can we include static files in the jsp page?
What is the life-cycle of servlets?
What are the uses of servlet and what is servlet chaining?
How can the session in servlet can be destroyed?
Is servlet a controller?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?