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

Answer Posted / narendra

to change session timeout write this code in your web.config
file

<sessionState mode="InProc" timeout="60">

it will increase your session expire time .

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are resource file and how do we generate resource file?

561


Explain exception filters?

585


How do we access view state value of this page in the next page?

646


What are the differences between code behind and code inline?

510


How would you turn off cookies on a page of a website?

504






How to reduce the width of textbox in editcommandcolumn of datagrid?

523


How to find last error which occurred?

532


What is the difference between a cookie and a pixel?

476


From which base class all web forms are inherited?

497


What is %20 in a url?

542


What is the benefit of WebAPI over WCF?

565


Is it possible for me to change my aspx file extension to some other name?

576


Where is http session stored?

499


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1757


How does cookies work in asp net?

509