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

Explain jsp?

0 Answers  


What is jsp syntax?

0 Answers  


Why is used in jsp?

0 Answers  


Can we use javascript in jsp?

0 Answers  


What is jsp scriptlet tag used for?

0 Answers  






What is the difference between include directive and include action?

0 Answers  


How we can configure init params in jsp?

0 Answers  


What are the attributes on page directives?

0 Answers  


How do you comment out in jsp?

0 Answers  


What are jsp declarations?

0 Answers  


What is a tag file?

0 Answers  


Explain the advantages in jsp?

0 Answers  


Categories