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 management ?

Answers were Sorted based on User's Feedback



what is session management ?..

Answer / swathi

It is used to maintain the state of the user across the
webforms present in the web appl.
To support this sessions or cookies are used.
ASP.NET supports cookies based and cookies less sessions.

ASP.NET maintains the session information either at
webserver or it can be maintained SQL Server Database.

By default Session State value is True and if used then
Session info can be used with in that form.If False then
session info or object cannotbe used in that form.

By default Session information is cookie based sessions.

Is This Answer Correct ?    9 Yes 1 No

what is session management ?..

Answer / aravindreddy

You can store values that need to be persisted for the
duration of a user's session in session variables. These
variables are unique to each user session and can be
accessed in any ASP.NET page within an application. You can
set and access session information from within an ASP.NET
application.

Is This Answer Correct ?    7 Yes 0 No

what is session management ?..

Answer / devalok

state management is used to preserve the state of a user.
practically,many websites make a survey to know about the
popularity of their site in perticular region by taking
count of user's hit with the help of session object.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

how to use custom field validation

0 Answers   PCS, Prithvi,


Explain difference between machine config vs. Web config? : .NET Architecture

0 Answers  


Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

0 Answers  


What is cache coherency? : Dot net architecture

0 Answers  


What is static Constructor?

4 Answers   iGate,


what are constructors and destructors

1 Answers   Six Sigma,


what does dot in .net means

1 Answers  


How to delete the duplicate records from table(having bulk records)?

4 Answers   BV, iGate,


What is .net viewstate?

0 Answers  


Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile

0 Answers  


What's new in the .net 2.0 class library?

0 Answers  


Define dma? : Dot net architecture

0 Answers  


Categories