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

SessionState - type of sessionstate and when and how to use
it

Answer Posted / alb.shah

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

Configuring session state: Session state features can be
configured via the <sessionState> section in a web.config
file. To double the default timeout of 20 minutes, you can
add the following to the web.config file of an application:
<sessionState
timeout="40"
/>

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is true about application service provider?

959


How to find out what version of asp.net I am using on my machine?

1137


What are the navigation ways between pages available in ASP.NET?

1080


How to prevent client side validation from the ASP.NET validation controls?

1151


Explain the difference between authentication and authorization.

1114


How to use a Master Database in Asp.net?

1123


what are the security certificates used in webservices?

2066


What are the event handlers that can be included in the Global.asax file?

1142


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

1151


what cut off mark for po's,what questions they asked for interview?

1914


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1960


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

1278


when a request is made in Life cycle of ASP.NET page .

1007


What are the three parts of an http response?

1023


Can we override the enablepartialrendering property of the scriptmanager class?

1183