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

Why jsp is better over static html also explain lifecycle of a jsp?

0 Answers  


How to pass information from jsp to included jsp?

0 Answers  


Is jsp a programming language?

0 Answers  


Mention the various implicit objects used in the expression

0 Answers  


What are the different scopes an object can have in a jsp page?

0 Answers  






Can we override serivice()method in jsp?

3 Answers  


Which tag is used to execute java source code in jsp?

0 Answers  


What is difference between sendredirect and requestdispatcher?

0 Answers  


Explain the jsp implicit objects?

0 Answers  


Are dialogue tags necessary?

0 Answers  


What is iselignored in jsp?

0 Answers  


What is out println in jsp?

0 Answers  


Categories