How do you maintain a stateful session object across the
session

Answers were Sorted based on User's Feedback



How do you maintain a stateful session object across the session..

Answer / sangeetta

Stateful session object across session may be maintained
through session tracking techniques :
1)Cookies
2)URL rewriting
3)Session Variables
4)HttpSession

Is This Answer Correct ?    6 Yes 0 No

How do you maintain a stateful session object across the session..

Answer / balaji

Stateful session object across the session may be maintained
through :

1. Hidden fields
2. Cookies
3. Http Session Object
a) Session managed using Cookies
b) Session managed using URL-reWriting technique.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is the highest-level event class of the event-delegation model?

0 Answers  


In howmany ways a thread can be created?

3 Answers   HCL,


How to determine applet?s height and width?

1 Answers  


what is meant by JRMP?

0 Answers  


What classes of exceptions may be caught by a catch clause?

0 Answers  






how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


When you will synchronize your code?

2 Answers  


What is the infobus?

0 Answers  


What are the types of scaling?

0 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


Is “abc” a primitive value?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


Categories