What is meant by Session? Explain something about HTTP Session
Class?

Answer Posted / gaurav khandelwal

A Session refers to all the request that a single client
makes to a server. A session is specific to the user and
for each user a new session is created to track all the
request from that user. Every user has a separate session
and separate session variable is associated with that
session.
HttpSession is an interface that Provides a way to identify
a user across more than one page request or visit to a Web
site and to store information about that user.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does hashset work in java?

564


What are data structures in java?

528


What is e java?

554


What is the difference between char and char *?

564


Why string is a class?

546






Which is a valid identifier?

544


What is serialversionuid?

557


How do you convert an int to a string in java?

541


what is the difference between the methods sleep() and wait()? : Java thread

515


How many unicode characters are there?

553


Why null value is used in string?

524


What are the advantages of arraylist over arrays?

565


State the main difference between c++ and java?

589


How objects of a class are created if no constructor is defined in the class?

578


What is difference between static class and singleton pattern?

475