How to get session in Jsp other than session object?
Answers were Sorted based on User's Feedback
Answer / shrinath rodage
<% session.getAttribute("value"); %>
// This Signature is to get the Session id from other page
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / find_chaitu
HttpSession ses=null;
ses=request.getSession();
this code is placed on jsp
| Is This Answer Correct ? | 6 Yes | 5 No |
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
Explain handling of runtime exceptions.
What is the use of 'out' implicit object?
Define scriptlet, expression and declaration in jsp?
What are the two kinds of comments in jsp and what's the difference between them ?
how to pass values to a function fron input tags, and how to display that values in that called function
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
What is the difference between hide comment and output comment?
Explain about the Scriplet and Exclamatory Tag?
How can you avoid scriptlet code in jsp?
How are cookies set in jsp?
What is session management in jsp?