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 |
How do you set security in applets?
What is the applet sandbox?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
How many ways can a thread be used?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
Can you control when passivation occurs?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
Which javutil classes and interfaces support event handling?
How to add new JTabbed pane?
What do you need to set-up a cluster with jboss?
Why does the option tag render selected=selected instead of just selected?
How to implement RMI in Java?