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
Define application state variable and session state variable?
Describe state management in asp.net?
To load your generated dataset with data which method do you invoke?
calling result set one procedure to anothar procedure in sql2000
Can you explain composite pattern?
Differentiate between structure and class.
How can you use a custom controls in ASP.NET application?
What is asp.net introduction?
How to prevent client side validation from the ASP.NET validation controls?
What’s difference between “optimistic” and “pessimistic” locking?
Diff between web user control and web custom control?
What does aspcompat="true" mean?
What is the difference between web config and machine config files?
What is the difference between asp.net and mvc?
Explain http handlers? Where we can use the http handlers?