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?



What is a Session Id?..

Answer / 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

More Servlets Interview Questions

Is it possible to call servlet with parameters in the URL?

4 Answers  


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


How to generate the server side programming and the advantages of it over the other languages?

0 Answers  


When Servlet is unloaded?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


Is the init(ServletConfig sc) throws IOException or not?

3 Answers  


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


which method in doGet or doPost is use to send binary date to server

2 Answers   HCL,


What is url encoding and url decoding

0 Answers  


What is a servlet context?

0 Answers  


What is a cookie What is the difference between session and cookie

0 Answers  


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

0 Answers  


Categories