|
|
|
JSP
|
How to disable sessions in JSP?
Disabling the session in some pages will improve the performance of your JSP container. Every time a JSP is requested, JSP creates an HttpSession obje |
|
|
JSP
|
What is expression in JSP?
Expression tag is used to insert Java values directly into the output. Syntax for the Expression tag is:
<%= expression %>
An expression tag contai |
|
|