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???
Answers were Sorted based on User's Feedback
Answer / ramkiran v
I think we can use Cookies to store the browser data. Don't
know exact code, Can any one write code that would be great.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anilkumar
Yes, we can restore the last session. Let me know which
technologies are you using? For example: check the naukri
website.
| Is This Answer Correct ? | 3 Yes | 9 No |
How does struts2 token work?
where you store password in banking project
What are the action classes in struts?
What types of Actions we have in Struts?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
What is the use of jsonvalidation in struts?
why do we use logic tag library in struts?
What are the ways in which duplicate form submission can occur?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What are the core classes of struts framework? Explain
What is Hibernate?
What are the struts2 error message keys that can come during file uploading process?