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
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
What is jspinit method?
Explain the action.
What are different types of comments used in jsp?
Mention the advantages of jsp over pure servlets?
Show the 2 types of comments in JSP.
What are advantages of jsp over asp, php, pure servlets and others?
What is a tag file?
What is
How do we prevent browser from caching output of my jsp pages?
What are the implicit, internal el jsp objects and their differences from jsp objects?
How many tags are there in jsp?
What does it mean when tags or attributes are said to be deprecated?
What is jsp translation time?
How to send data from jsp to jsp?