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 Session and cookies?Explain in detail with an
example?

Answer Posted / debapriya maity

we r all familiar with the method given below

HttpSession session==request.getSession(true);
what happen here

Container whenever gets a request for a session from a client,
it checks out whether the request is for existing or a new
one,how it does.


If a new session: creates a cookie(small text file) ,stuffs
the session id ,and send it to the client as apart of
response headers (Set Cookie:)

existing one---gets the sessionid ,searches for the matching
session and associate with the request.

Now thing if ur browser is cookies disable, what will happen
next?? :)

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about method local inner classes or local inner classes in java?

1104


Can we print null in java?

1097


What is jvm? Why is java called the platform independent programming language?

1076


Which keyword specify that a variable is effectively final ?

1046


What is final variable?

993


Explain the term virtual machine?

1087


How do you write a conditional statement?

1010


What are the types of literals?

1265


Describe the Big-O Notation.

1098


Which is a valid identifier?

1295


What is the difference between a constructor and a method?

1328


What is package protected in java?

1024


Can a method be static?

1019


What is a flag variable?

1026


What is the function of http?

1066