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

How will you do Redo and Undo in a TextControl?

664


What is new asp.net core?

571


What are the new web part controls in asp.net 2.0 ?

524


Do you know using sql cache invalidation?

527


How to disable validator control by client side JavaScript?

569






Define globalization and localization.

563


How does windows service lifecycle differ from a .standard. Exe?

512


What is difference between session and cookie?

512


Explain the difference between debug.write and trace.write? When should each be used?

554


What are the layouts of ASP.NET Pages?

613


What is __ requestverificationtoken?

551


Explain the difference between the web config and machine config.

623


Which protocol is used in a web api?

559


Is asp.net mvc front end or backend? : Asp.Net MVC

488


Explain the difference between Repeater and Data list control in ASP.NET?

612