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 |
Why does most servlets extend HttpServlet?
Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
How can I avoid validating a form before data is entered?
How substring() method of string class create memory leaks?
What are different types of layout managers in java.awt package?
Write a singleton program?
Will the general public have access to the infobus apis?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Why a component architecture for the java platform?
what is a dirty read?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is MOM?