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 are the benefits of Interceptors in Struts2?
What is http redirect?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is form bean in struts?
Which model components are supported by Struts?
What is action class?
What is the purpose of @beforeresult?
What design patterns are used in struts?
What is xml based validation in struts2?
What is the purpose of @element annotation annotation?
Which servlet does the struts framework use?
What is the difference between struts and spring? Explain
Which class of struts is responsible to converts data types from string and vice versa?
What does apache struts do?
What is the purpose of @urlvalidator annotation?