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 maintain sessions in jsp?can you tellme the methods.

Answer Posted / mayur patel

start session oject in jsp.

first u set using following methods
String name="Mayur4453";
session.setAttribute("user",name);

using retrive method
String suser=session.getAttribute("user");**
out.println("Hi. . !! welcome "+suser);

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a constructor be used in place of init() method to initialize a servlet?

995


How can I override the jspinit() and jspdestroy() methods within a jsp page?

993


Is jsp and javascript same?

981


Why is _jspservice () method starting with an '_'?

888


What is asp and jsp?

957


What is Include directive?

1070


What is the difference between include directive and include action?

1062


How can we handle the exceptions in jsp?

1007


What is a declaration?

986


What is jsp tag?

921


What are different types of comments in jsp?

1071


mention the three important tags used in the development of jsp bean.

932


What is the purpose of ?

1008


how to insert star image and need to rate it.. one star two star so on how to do in jsp...????

2287


What is scriptlet and what is expression?

965