If we close the browser,when the specific user session is
active.Again if we open browse how to retrive it same
user??what code i have to da???
Answer Posted / rajender
hi ds is rajender .we hav uniq jsessionid cookie.if the
container remember our session so we set session time in
web.xml or in our application
web.xml:
<session-config>
<session-timeout>200</session-timeout>
</session-config>
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is jakarta struts framework?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Give an example of validates method used to avoid errors.
What is the difference between struts and spring?
Whats the difference between the default namespace and the root namespace?
What is actioninvocation?
What are the bundled validators?
How struts2 supports internationalization?
Can we integrate struts with spring?
What are the struts2 configuration properties that control file uploading process?
Why is it called struts?
What is the difference between forwardaction and includeaction?
What are pull and push mvc architecture and which architecture does struts2 follow?
Explain the necessity of empty tag?
Why is action servlet a singleton in struts?