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 HTTP Session ?

Answers were Sorted based on User's Feedback



What is HTTP Session ?..

Answer / jayaprakash

HTTP Session mainly used for associated with HTTP Client and
HTTP sever.session will maintain the state with unque Id for
each client req.

Is This Answer Correct ?    58 Yes 6 No

What is HTTP Session ?..

Answer / sandeep m

Http Protocol is stateless protocol. Hence server cannot
identify the request is from same client or different.
Hence server can treat every request as new request and may
ask for authentication for each request.
Hence for server to remember client and to respond in an
interactive way server needs to remember the client and its
activities. For which javax.servlet.http.HttpSession
interface is provided. Which helps in session tracking of
client requests.
HttpSession is one of the 4 ways of session tracking
mechanisms.

Is This Answer Correct ?    44 Yes 3 No

What is HTTP Session ?..

Answer / rajkanth

--HTTP stands for HyperText Transfer Protocol--
--Session means a period of time--
HTTP Session is mainly used for clients, to trace their
requests towards server. For each client, a unique session
will be maintain until the server gets shutdown. Each client
have separate session ID

Is This Answer Correct ?    15 Yes 4 No

What is HTTP Session ?..

Answer / ramesh

HTTP Session is mainly used for clients, to trace their
requests towards server. For each client, a unique session
will be maintain until the server gets shutdown. Each client
have separate session ID

Is This Answer Correct ?    11 Yes 3 No

What is HTTP Session ?..

Answer / p.venkatesh

HttpSession present in package "javax.servlet.http".It is
mainly used for client request it will process and it will
throgh response to client.It also maintain only client
session.

Is This Answer Correct ?    5 Yes 2 No

What is HTTP Session ?..

Answer / sk

Http Session is an object for one Client it creates one
object ........Http Session is good for using one
application .........ServletContext is good for using one
client...ServletConfig is good for using one servlet

Is This Answer Correct ?    18 Yes 22 No

Post New Answer

More Servlets Interview Questions

How can you push data from an Applet to a Servlet?

0 Answers  


what is the difference between ServletContext and ServletConfig

7 Answers  


What are the uses of servlets?

0 Answers  


What is meant by cookies?

0 Answers  


Can servlet have a constructor ?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What are its drawbacks of cgi?

0 Answers  


Is that servlet is pure java object or not?

0 Answers  


How does tomcat servlet container work?

0 Answers  


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

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


Are Servlets by default thread safe or not? thanks in advance regards Sudhakar

3 Answers  


Categories