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 / faizan samad

String name="faizan";
session.setAttribute("user",name);


String sessionuser=session.getAttribute(name);
out.println("welcome"+sessionuser);
it will display as "Welcome Faizan".

Is This Answer Correct ?    17 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why jsp is better over static html also explain lifecycle of a jsp?

918


Explain lifecycle methods.

1078


What language is used to write servlets and jsp?

916


What is expression tag in jsp?

957


What is jsp life cycle?

1040


Define Static Block.

1011


Why is _jspservice() method starting with an '_' while other life cycle methods do not?

1002


What is jsp and asp?

1030


What are the elements of jsp?

1023


Why are jsp pages preferred for creating web-based client program?

1089


Explain JSP directives.

1059


What is the resourcebundle class in jsp?

968


What do you know about jsp tags?

932


How many jsp scripting elements are there and what are they?

1067


What is the use of pagecontext in jsp?

970