How can I share objects across different sessions?
Answer Posted / aman kumar
with the help of session.setAttribute()and session.getAtribute()we can share Httpsession object across different servlet and jsp.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain servlet life cycle?
What are the different methods involved in the process of session management in servlets?
Explain the features are in servlet 3?
Explain get and post.
How we can create war file in servlet?
What is servlet container?
What is Servlet API used for connecting database?
Difference between httpservlet and generic servlets?
The code in a finally clause will never fail to execute, right?
How httpservlet is different from the genericservlet?
What is the purpose of requestdispatcher interface?
How do you create a cookie using servlet?
What are sessions in servlets?
What is the functionality of actionservlet and requestprocessor?
What are the important functions of filters?