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 |
What is error page in jsp?
How are Servlets and JSP Pages related?
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
What is the jsp:plugin action ?
Can you override jspinit() method? If yes, in which cases?
What jsp lifecycle methods can I override?
How to implement a thread-safe jsp page?
What are different implicit objects of jsp?
How do I use a scriptlet to initialize a newly instantiated bean?
Can you make use of a servletoutputstream object from within a jsp page?
How to get value from java to jsp page?
How can I extend the functionality of jsp?