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 |
Where can I ask questions and make suggestions about seam?
Why use a datasource when you can directly specify a connection details?
What is the diffrence between a local-tx-datasource and a xa-datasource?
how we can implement interface in jsp ?
How do you maintain a stateful session object across the session
Does Java pass arguments by value or reference?
what are the activation groupworks?
What is clustering? What are the different algorithms used for clustering?
Difference Between getRequest and PostRequest?
What are the purpose of introspection?
What is J2EE?
What is the main functionality of RRL(Remote Reference Layer)?