How to get session in Jsp other than session object?
Answer Posted / find_chaitu
HttpSession ses=null;
ses=request.getSession();
this code is placed on jsp
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Define jsp declaration?
Which categories can be divided jstl tags, give examples.
What is application scope in jsp?
How to access java variable in jsp?
Why use of scripting elements in jsp is discouraged?
What is jsp expression?
Is jsp used?
Explain how you understand the action tag and jsp action elements.
Is jsp server side or client side?
How will you use jsp el in order to get the http method name?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
How to deactivate el on jsp?
What are the elements of jsp?
How to deactivate el usage on jsp?
What is out in jsp?