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 GAC in ASP.NET 2.0

601


How is my content secured from unauthorized access?

529


What is the asp.net control toolkit?

568


What is server side session?

533


Where the assembly is stored in asp.net?

558






how to debug web services on consumer side?

586


What are the ways to sending the data in ASP.NET page?

577


What's the use of response.output.write()?

772


What are the difference between overriding and overloading?

517


What is the difference between union and structure?

511


Explain authorization levels in .net ?

620


What are the different session state management options available in asp.net?

532


What are Authentication and Authorization?

613


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1501


What is server redirect?

553