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 the use of sessionstate tag in the web.config file?

Answer Posted / eduardo belmonte

SessionState tag is used to define session attributes.
One very important is Mode which can have values: "state
server", "SqlServer", "InProc"; depending how you want to
preserve session state.
"State server" is used if you want the state to be
preserved in other server.
"SqlServer" is used if you want the state to be preserved
on a SQL database.
"InProc" is used if you want the state to be preserved in
the same process where the asp.net page is running.

Other attributes that are also included for the
SessionState tag are: ConnectionString,
SqLConnectionString, userId, password, cookiless, tiemout.

if the session state is going to be preserved in other
server, or can be ""SqlServer" if session state is going to
be preserved in a SQL database

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define repository pattern in mvc.net? : asp.net mvc

1102


What is the life cycle of an asp.net page?

966


Is razor a programming language?

1067


What is hidden field in asp.net?

1180


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1994


What events will occur when a page is loaded?

1098


Why cyclomatic complexity is important?

1080


Define session in asp.net.

1037


What is diff. Between abstract class and an interface?

1137


how to include timer or counting time to display next page in asp.net

2201


Define data caching?

975


What are the ways to sending the data in ASP.NET page?

1186


What is a server farm in iis?

1088


Explain what is an abstract class?

1075


What do you understand by aggregate dependency?

1143