Give the use of session object.



Give the use of session object...

Answer / Sweta Singh

The session object is used for storing information about a user during their visit to a web application. It allows you to maintain state across multiple requests, making it possible to provide personalized content and remember user preferences.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Can I run jsp on xampp?

1 Answers  


How can information from one JSP be passed to another JSP?

1 Answers  


What is the difference between server side and client side programming?

1 Answers  


Can I declare a java class in jsp?

1 Answers  


What is out println in jsp?

1 Answers  


Is jsp front end or backend?

1 Answers  


What is pagecontext jsp?

1 Answers  


How many tags are there in jsp?

1 Answers  


What is a javaserver pages (jsp)?

1 Answers  


Explain the difference between jspwriter and servlet printwriter in jsp?

1 Answers  


Which tag is used for error handling in jsp pages?

1 Answers  


What are custom tags?

1 Answers  


Categories