1.HttpSession
2.Hidden fields
3.URL Rewriting these primitive type of Session
maintainance.
What is the other type of process that could help to
maintain the Session?
pls Explain the process if u know?

Answers were Sorted based on User's Feedback



1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. W..

Answer / harish

Cookies

Is This Answer Correct ?    12 Yes 0 No

1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. W..

Answer / amber rastogi

Cookies.
Cookies are used for persistant storage of required
data,which may also be a unique password for a user,during
a sesion that can be further used for a user and session
identification.

Is This Answer Correct ?    5 Yes 1 No

1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. W..

Answer / imroz alam khan

cookies

Is This Answer Correct ?    4 Yes 0 No

1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. W..

Answer / ravikiran.chd

cookies

Is This Answer Correct ?    2 Yes 0 No

1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. W..

Answer / viji

Using Session Context

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More Servlets Interview Questions

How servlet is created?

0 Answers  


What is the servletconfig object?

0 Answers  


Explain the difference between servletconfig and servletcontext in servlet?

0 Answers  


Explain the difference between a web server and a web container?

0 Answers  


What do you mean by singlethreadmodel interface?

0 Answers  


What is Servlet API used for connecting database?

0 Answers  


What is the role of the webserver?

4 Answers  


Explain the working of service() method of a servlet.

0 Answers  


If a servlet is not properly initialized, what exception may be thrown?

0 Answers  


Explain jsessionid and when is it created?

0 Answers  


What are the differences between servlet context vs servlet config?

0 Answers  


How do I use cookies to store session state on the client?

0 Answers  


Categories