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

What is the difference between jsp and thymeleaf?

509


What is taglib uri in jsp?

491


What does it mean when tags or attributes are said to be deprecated?

523


What is a jsp and what is it used for?

523


Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme

1335






Perform a browser redirection from a jsp page?

521


Can we call servlet from jsp?

473


What are the literals used in jsp?

574


Which directive is used in jsp custom tag?

519


How can we forward the request from jsp page to the servlet?

515


What are the possible values for language directive?

487


Mention the jstl core tags.

532


How to retrieve warnings?

520


What is the purpose of ?

504


What do jsp literals consist of?

713