Can we change the session timeout in ASP.NET, if yes then
how and from where?

Answer Posted / sabeer pasha

Hi All,

Have u set any time limit in the web.config file if not
then set like this
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between user control an custom control?

618


IN an ASP.NET Web application if there is any error, how can you debug?

588


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

528


What is Dynamic Web and discuss its usage with the help of real life examples?

600


What is the difference between web config and machine config files?

565






What is the difference between session and viewstate?

520


What is css in asp.net?

555


What are HTTP handlers in ASP.NET?

583


What are the security types in ASP/ASP.NET? Different Authentication modes?

567


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

543


Explain about asp.net state management?

618


What is the purpose of using MVC programming pattern in ASP.NET?

560


What is sql data source control in asp.net?

573


Apart from IDE what are the enhancements in asp.net 2.0?

1629


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

557