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
Define context initialization parameters.
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the different methods involved in the process of session management in servlets?
What are the features added in Servlet 2.5?
What is servlet api used for conneting database?
What methodology can be followed to store more number of objects in a remote server?
What is the difference between using getSession(true) and getSession(false) methods?
What is the difference between CGI and Servlet?
What is url encoding and url decoding
What are all the advantages of servlet over cgi?
Is it possible to have a constructor inside the servlet?
What are the types of servlets? Explain
What is the difference between encodeRedirectUrl and encodeURL?
What is a generic servlet?