Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you maintain a stateful session object across the
session

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I ask questions and make suggestions about seam?

1119


Explain about local interfaces.

1121


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!

1898


What is local interface. How values will be passed?

1097


What is the difference between the string and stringbuffer classes?

1165


What is the purpose of the notify() method?

1141


When a thread blocks on i/o, what state does it enter?

1159


Which javutil classes and interfaces support event handling?

1103


What are the different class loaders used by jvm?

1154


Can I import same package/class twice? Will the jvm load the package twice at runtime?

1199


What is the relationship between local interfaces and container-managed relationships?

1188


Are enterprise beans allowed to use thread.sleep()?

1199


When a thread blocks on i/o?

1173


Which class is the immediate superclass of the menucomponent class?

1252


Why does the tag url-encode javascript and mailto links?

1070