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...

What is a Session Id?

Answer Posted / rambabu gonela

HTTP protocol uses stateless connections. Connection exists
for only single request/response (makes connection to
server, sends request, gets response, closes connection)

On the client?s first request, the container generates a
unique ID (for recongize the client) and sends it back to
the client with response. The client sends back the ID
with each subsequent request. The container sees the ID,
finds the matching session and associates the session with
the request.

This Id called as a Session Id.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between PrintWriter and ServletOutputStream?

1348


What are the functions of the servlet container?

1692


What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

1114


What do you mean by the servlet chaining?

1143


How do you get the ip address of the client in servlet?

1061


List out the difference between ServletConfig and ServletContext?

1101


When should you prefer to use doget() over dopost()?

1219


Explain servlet events?

1062


Why is http protocol called as a stateless protocol?

1079


Whether we can get deadlock situation in servlets?

1119


Is dispatcher servlet a singleton?

1067


Why the concept of single thread model interface is used?

1048


What do you mean by filter in servlet?

1061


How do you find out what client machine is making a request to your servlet

1104


Differentiate between the get and post method

1116