How do you maintain a stateful session object across the
session

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are the elements of a cardlayout organized?

589


Write a singleton program?

561


What do you know about seam?

590


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1358


What modifiers may be used with an interface declaration?

548






What do you need to set-up a cluster with jboss?

568


which type of objects reference will be given to client?

2020


What is in-memory replication?

549


Is infobus easy to use?

592


Where can I find seam examples and documentation?

559


Explain the advantages and disadvantages of detached objects.

568


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

6005


What are the different algorithms used for clustering?

541


Define the remote object implementation?

1991


What is the difference between ear, jar and war file?

560