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
How do you create a bulleted list?
Where are the card layouts used?
What is meant by final class?
What does a void function return?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is the method to declare member of a class static?
What is foreach loop in java?
What do you meant by active and passive objects?
List some features of the abstract class.
How do you sort arrays in java?
How do you differentiate abstract class from interface?
Which class is the superclass for all the classes?
What is command line argument
What is unmodifiable collection in java?
What is string variable?