How session tracking can be achieved, if your browser
doesn't support cookies (or) if cookies are disabled?
Answer Posted / vinay
you can create form hidden fields also
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Given the request path below, which are context path, servlet path and path info?
How do you load an image in a Servlet?
What are the steps involved in placing a servlet within a package?
When jsessionid is created?
What are the differences between forward() method and sendredirect() methods?
What is the difference between the include() and forward() methods?
Write a program to show the functionality of doget and dopost method?
What do you mean by request dispatcher in servlet? Also explain its methods.
How do you configure a centralized error handler in servlets?
Explain the different ways for servlet authentication?
What is servletconfig?
How the servlet is loaded?
Can we fetch the attributes related to a servlet on a different servlet?
What is load-on-startup in servlet?
What is life cycle of Servlet?