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

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

0 Answers  


What is jsp syntax?

0 Answers  


What are the main tags in jsp?

0 Answers  


What is the resourcebundle class in jsp?

0 Answers  


Explain the jsp implicit objects?

0 Answers  






How can we use beans in jsp?

0 Answers  


What is jsp life cycle?

0 Answers  


What is the use of Application Object and Session Object in JSP?

4 Answers   HCL, Symphony,


What are the types of directives in jsp?

0 Answers  


What language is used to write servlets and jsp?

0 Answers  


What is jsp in javascript?

0 Answers  


How to disable session in jsp?

0 Answers  


Categories