How To maintain session ..?

Answers were Sorted based on User's Feedback



How To maintain session ..?..

Answer / amita dwivedi

you can maintain session in 4 ways--
1. hidden form field eg.
<input type=hidden name=button1 value = butvalue>

2. Using cookie

3 . URL Rewriting

4 . Session Attribute - setAttrubute(key, value) and
getAttribute(key)

Is This Answer Correct ?    15 Yes 1 No

How To maintain session ..?..

Answer / rajsekhar

using cookies,url redirecting,

Is This Answer Correct ?    8 Yes 1 No

How To maintain session ..?..

Answer / rajesh.c

Using Seaaion Attribute

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JSP Interview Questions

What is scriptlet and what is expression?

0 Answers  


Perform a browser redirection from a jsp page?

0 Answers  


Differentiate between pagecontext.include and jsp:include?

0 Answers  


How we can configure init params in jsp?

0 Answers  


What is the include directive?

0 Answers  






Explain scriptlet, expression and declaration in jsp.

0 Answers  


How many messaging models do jms provide for and what are they?

0 Answers  


What are JSP Directives?

9 Answers  


How we can include the result of another page in jsp?

0 Answers  


How we can disable session in jsp?

0 Answers  


What do you know about writing custom jsp tags?

0 Answers  


Is there a way to reference the "this" variable within a jsp page?

0 Answers  


Categories