How can automatic creation of session be prevented in a jsp page?



How can automatic creation of session be prevented in a jsp page?..

Answer / Sumant Kumar

To prevent automatic creation of sessions, you can set the session attribute `sessionCookieConfig` to `Cookieless` in the web.xml file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is error page in jsp?

1 Answers  


How are Servlets and JSP Pages related?

2 Answers  


Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com

1 Answers  


What is the jsp:plugin action ?

1 Answers  


Can you override jspinit() method? If yes, in which cases?

1 Answers  


What jsp lifecycle methods can I override?

1 Answers  


How to implement a thread-safe jsp page?

3 Answers  


What are different implicit objects of jsp?

1 Answers  


How do I use a scriptlet to initialize a newly instantiated bean?

1 Answers  


Can you make use of a servletoutputstream object from within a jsp page?

1 Answers  


How to get value from java to jsp page?

1 Answers  


How can I extend the functionality of jsp?

1 Answers  


Categories