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 do you track a user session in servlets?

Answers were Sorted based on User's Feedback



How do you track a user session in servlets?..

Answer / udayc how

1)user authentication
2)hidden form fields
3)cookies
4)url rewriting
5)httpsession

Is This Answer Correct ?    10 Yes 0 No

How do you track a user session in servlets?..

Answer / cnu

by request.getSession("true");

Is This Answer Correct ?    7 Yes 1 No

How do you track a user session in servlets?..

Answer / ravikiran.chd

by making use of session tracking mechanisms such as
1).Hidden Form Fields
2).cookies
3).Http Sessions
4).Url Rewriting

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Servlets Interview Questions

describe all about advanced java with presentation

4 Answers   Sun Microsystems,


What is difference between PrintWriter and ServletOutputStream?

0 Answers  


What mechanisms are used by a Servlet Container to maintain session information?

0 Answers  


What is the need of session tracking in web application?

0 Answers  


Can a servlet be called by passing its name as a parameter in the URL?

1 Answers   iFlex,


What is servletconfig?

0 Answers  


What are the common methods that are included in the http servlet class?

0 Answers  


What is http servlet?

0 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


Why should we go for interservlet communication?

2 Answers  


Who is responsible for writing a constructor?

0 Answers  


Categories