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
What are stored procedures? How is it useful?
How do I create a dynamic web project?
Why do we use jstl tags?
What is contextpath?
What is a jsp expression?
Why is jsp used for?
What is the purpose of
Differentiate between pagecontext.include and jsp:include?
What is content type in jsp?
What is error page in jsp?
Can a jsp page process html form data?
What is the resourcebundle class in jsp?
List the various action tags used in jsp.
Why is it not recommended to use script elements in jsp?
difference betwwn 16 bit and 32 bit