How do you maintain a stateful session object across the
session
Answers were Sorted based on User's Feedback
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 |
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 |
what is the difference between System.out.println and out.println in java
How is a java object message delivered to a non-java client?
What is ioc concept & explain it?
What is multithread synchronizing ?
How to get an image from db2 database plz help as soon as possible
On a computer that having single CPU, how multithreading concept can be achieved?
What is difference between object state and behavior?
Are there books about seam?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
what is the Remote Stub?
What classes of exceptions may be caught by a catch clause?
What is ripple effect?