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 / brindha.d

using session oject in jsp.
first u set using following methods
String name="ravi";
session.setAttribute("user",name);
using retrive method
String sessionuser=session.getAttribute(name);
out.println("welcome"+sessionuser);
u give this last 2 stmts in all jsp pages. it will
display as "Welcome ravi".

Is This Answer Correct ?    121 Yes 55 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to delete a cookie in a jsp?

1039


What is context in web application?

961


What is scriptlet and what is expression?

965


What is taglib uri in jsp?

987


List the various action tags used in jsp.

970


List the different scope values for the tag in jsp?

953


Which jsp implicit objects are thread safe?

968


Explain translation phase.

951


Define scriptlet, expression and declaration in jsp?

985


Can constructor be used instead of init(), to initialize servlet?

1006


What are jsp and servlets?

1012


What are the possible values for language directive?

958


Show attributes of page directives.

1015


What is expression language injection?

1002


What do you mean by isscriptingenabled attribute?

979