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 is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
Can we use javascript in jsp?
What language is jsp?
What is jsp scriptlet?
Explain the jsp life cycle?
Differentiate between pagecontext.include and jsp:include?
Can you make use of a servletoutputstream object from within a jsp page?
What is a output comment?
What is expression tag in jsp?
What is full api?
what is the difference between jsp and servlets ?
How does el search for an attribute?
What are the events in jsp page?
Explain what is jsp ?
What is session scope?