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 do you mean by actionmapping?
Name some of the features of struts2?
How you will enable front-end validation based on the xml in validation.xml?
What is struts framework in java?
Are struts thread safe?
What are the sections into which a strut configuration file can be divided?
Difference between html tags and struts specific html tags
What are the action classes in struts?
What do you know about validation plugin ?
What is the differences between struts1 and struts2?
How can we display all validation errors to user on jsp page?
Which model components are supported by Struts?
What is an interceptor stack?
How can we write our own interceptor and map it for action?
Explain struts.devmode?