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
Can you explain custom tag?
Describe the mvc on struts?
Are struts and shocks the same?
What is the purpose of @conversion annotation annotation?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
State an example of struts configuration file as an action parameter for action servlet.
What are the different kinds of actions in struts?
What is the actionform?
Describe the basic steps used to create a tiles application?
How the exceptions are handled in struts?
In which order struts framework searches for a message bundle?
What design patterns are used in struts?
Are interceptors and filters different?
What is struts actionmapping?
What are construction struts?