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

What are the differences between servlet context vs servlet config?

0 Answers  


What are the servlet events?

0 Answers  


What is use of parseQueryString?

1 Answers  


Explain web application directory arrangement?

0 Answers  


What is the use of welcome-file-list?

0 Answers  


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


What is servlet instance?

0 Answers  


What if we pass negative value in load-on-startup?

0 Answers  


Why HttpServlet class is declared abstract?

0 Answers  


What is servlet attributes and their scope?

0 Answers  


How does tomcat servlet container work?

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


Categories