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 is jsp life cycle?
What language is used to write servlets and jsp?
What is the jspdestroy() method?
How to configure init parameters for jsp?
How to send data from jsp to jsp?
What is jsp scriptlet tag used for?
How to access java variable in jsp?
Give an example where you need jsp custom tag?
how can i update the marque in jsp without changing the sourse code
How can you include the results of another page?
What are directives? What are the different types of directives available in jsp?
What are the events in jsp page?
How does jsp engines instantiate tag handler classes instances?
What is jstl used for?
What do you mean by jstl?