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...


where the session data will stored?

Answers were Sorted based on User's Feedback



where the session data will stored?..

Answer / sandeep m

Session data is stored at server side in case of
HttpSession. Server creates a session object and stores at
server side and communicates session id to client for
further communication to be statefull. session id will be
sent to server along with further requests from the client.
In case of Cookies client maintains the session information
and sends the cookie object to server for each request. The
cookie object will be created by server but maintained by
client.

Is This Answer Correct ?    13 Yes 3 No

where the session data will stored?..

Answer / niranjanravi

session objects

Is This Answer Correct ?    9 Yes 6 No

where the session data will stored?..

Answer / jai

session data will be stored in appdomain aspnet_wp.exe when
session sate mode is inproc, for stateserver it will be
stored in windows service aspnet_state.exe, for sqlserver
it will be stored in the database persistsqlstate.exe

Is This Answer Correct ?    5 Yes 4 No

where the session data will stored?..

Answer / chaudhary

Session data is stored in cookoies if cookies are enabled on client browser. If cookies are disabled then it can make available frm session objects.

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More Servlets Interview Questions

What is the need of session tracking in web application?

0 Answers  


What are different types of SessionTracking?

2 Answers  


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


How to upload a file to the server using servlet?

0 Answers  


What is the major difference between context parameter and context attribute?

0 Answers  


Define the servlet mapping.

0 Answers  


What is the use of java servlet api?

0 Answers  


Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?

0 Answers  


What is called a session?

0 Answers  


Why do we have servlet listeners?

0 Answers  


What must be implemented by all servlets?

0 Answers  


Categories