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

What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

1976


What is cache in asp net?

519


How can you display all validation messages in one control?

532


What's the ASP.Net Application life cycle?

555


What is the difference between login controls and forms authentication?

530






Which is better asp.net or php?

518


What are assemblies and namespaces and explain the difference between them ?

547


What is HTTPModule and HTTPcontext? What is the use of each?

1982


Explain the difference between inline and code behind - which is best in?

496


What is the current version of asp.net?

485


What are the components of ado.net?

524


How does cookies work in asp net?

501


What are the difference between overriding and overloading?

490


How many types of sessions are there in asp net?

516


Which is better viewstate or session?

505