how to maintain sessions in jsp?can you tellme the methods.
Answer Posted / vilu
HttpSession session = request.getSession(true);
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
How can I declare methods within my jsp page?
What are the two ways to include the result of another page?
What are custom tags?
What are standard actions in JSP?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
Is there a way I can set the inactivity lease period on a per-session basis?
What is the default value of session attribute in jsp?
How do I run a jsp file in linux?
What is auto-flush attribute?
How can you include the results of another page?
What is session management in jsp?
Explain JSP Output comments?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What are the different jsp element types?
What is the