Question:
What is the page directive is used to prevent a JSP page from automatically creating a session?
Answer:
<%@ page session="false"> Source: CoolInterview.com
<%@ page session="false"> it prevents HttpSession handling in that jsp
and again if we make it session attribute true then we can store client specific information.
Source: CoolInterview.com
Answered by: Madhu Babu | Date:
| Contact Madhu Babu
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|