how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / asra
<%session.setAttribute("user","Murali");%>
Below statement you can use in any JSP to print the
welcome message. Start using JSP tags to better performance
and better coding.
Welcome to <%=session.getAttribute("user")%>
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How to delete a cookie in a jsp?
Which jsp methods can be overridden?
Explain the uses of jsp?
What is jsessionid?
What are the implicit, internal el jsp objects and their differences from jsp objects?
Is jsp page extensible true false?
What is scripting elements in jsp?
What are action tags?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
difference betwwn 16 bit and 32 bit
When will container initialize multiple jsp/servlet objects?
How many tags are there in jsp?
What is a scriptlet?
Define Static Block.
How to retrieve warnings?