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 many ways to remove the session object in the container

Answer Posted / kishore

Session objects can be removed in three ways.
1> session.invalidate() - will remove all session objects
2> session.removeAtttribute(objName); - will remove the
specified object
3> session.setAtttribute(objName,null); - will remove the
specified object

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cgi and what are its drawbacks?

1152


What is called a session?

1230


Is tomcat a servlet container?

1114


What is url encoding and url decoding

1233


What are common tasks performed by Servlet Container?

1315


What are the functions of the servlet container?

1696


What is the inter-servlet communication?

1223


What do you mean by url pattern in servlet?

1162


What is the major difference between servlet and applet?

1061


The code in a finally clause will never fail to execute, right?

1150


What is the process for chaining servlet?

1107


Can a jsp be called using a servlet?

1203


Explain servlet.

1092


When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?

1184


If a servlet is not properly initialized, what exception may be thrown?

1230