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 is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

662


What is application in asp net?

496


Is a dll file an executable?

559


What is x xss protection?

574


What is autopost?

531






How will create assesblies at run time?

558


How to create multi language website in asp.net mvc? : Asp.Net MVC

499


Describe how to implement globalization and localization in the use interface in .net.

568


Can the dictionary object be created in client?s scope ?

1992


What is the exact purpose of http handlers?

570


How you can return View from ASP.NET Web API method?

548


Can you dynamically assign a Master Page?

590


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

585


What does passport and windows authentication mean in ASP.NET?

652


What is the difference between login controls and forms authentication?

546