Answer Posted / vikas
In web.xml file, mention session attribute after
servlet-mapping. like this:
<session-config>
<session-timeout>10</session-timeout> //10 mins
</session-config>
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What are the implicit el objects in jsp?
What is a jsp file?
what is the difference between jsp and servlets ?
What is an expression in jsp?
what are the tools used in your project , How to ask the answer this question
Is the session object always created on the jsp page, is it possible to disable its creation?
What is jsp processing?
What is difference between page and pagecontext in jsp?
Why do we use jsp?
How can we forward the request from jsp page to the servlet?
How do we catch exception and process it using jstl?
Explain the jspdestroy() method?
How can automatic creation of session be prevented in a jsp page?
Is there a way to reference the "this" variable within a jsp page?
What do you mean by jsp directives?