how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / mainuddin
My declarring <%@ page session="true"%>
and setting one variable in request object
like.
<% String name="milu";%>
<% session.setAttribute("name",name);%>
getting this : <%=(String)session.getAttribute("name")%>
| Is This Answer Correct ? | 61 Yes | 11 No |
Post New Answer View All Answers
Explain the various scope values for tag.
What is jspinit method?
What are jsp action tags?
How to delete a cookie in a jsp?
What are the jsp standard actions?
How to include static files in a JSP page?
Define scriptlet, expression and declaration in jsp?
Where is jsp used?
What are the implicit objects in jsp?
What is meant by session management?
What is session setattribute?
Which syntax is used to comment jsp?
What happens when a page is statically included in another jsp page?
i need the source code for opening a word document in java
What is the use of requestdispatcher?