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 to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

Answer Posted / vemula bojjanna

by using setAttribute()and getAttribute()
for example list is one variable in one servlet like
List l=new list();
l.add("bujji");
l.add("vemula");
u set this value from this servlet by using
req.setAtribute("list",l);
by using getAtribute() u can use the list value of first
servlet into second servlet like
req.getAtribut(list);

Is This Answer Correct ?    3 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the directory structure of a war file?

1110


What is the difference between using getSession(true) and getSession(false) methods?

987


What is the difference between jsp and servlet life cycle?

1173


What is the element?

1004


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

3343


How is a servlet implemented in code?

1022


What’s the difference between forward() and sendredirect() methods?

956


What is the major difference between context parameter and context attribute?

1042


Write a command to get actual path of a servlet to the server?

968


What is new in ServletRequest interface ? (Servlet 2.4)

963


Differentiate between the get and post method

1004


What are the objects involved when a servlet receives a call from client?

963


What is a deployment descriptor?

1046


What's the architecture of a servlet package?

981


What are the steps that are involved in using the httpservlet class?

1063