What is the use of sessionstate tag in the web.config file?

Answer Posted / p.ramakrishna

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 ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain client-side scripting?

575


Which is better union or union all?

564


Is a dll file an executable?

559


Explain managed code an un-managed code.

599


What is the concepts of globalization and localization in .net?

532






How many web config files can be created for an application?

456


What is the difference between Hash table and Array list?

376


How do you deploy your asp.net application?

540


What I need to create and run an asp.net application?

516


What is session authentication?

536


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

502


What is the postback property in asp.net?

544


When you use Ajax controls in the ASP.NET application?

570


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1272


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1410