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 |
Can I run jsp on xampp?
How can information from one JSP be passed to another JSP?
What is the difference between server side and client side programming?
Can I declare a java class in jsp?
What is out println in jsp?
Is jsp front end or backend?
What is pagecontext jsp?
How many tags are there in jsp?
What is a javaserver pages (jsp)?
Explain the difference between jspwriter and servlet printwriter in jsp?
Which tag is used for error handling in jsp pages?
What are custom tags?