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
how can create login from create and written conde in asp.net
What's the difference between viewstate and sessionstate?
Differentiate the session object and application object?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Is there any limit for query string? Means what is the maximum size?
What is a session in asp.net?
What is the extension of master page in asp.net?
What is a web server? What are the load limits in it?
What do you mean by caching in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
How can you access the properties and controls of master pages from content pages?
What is the parent class of all the web server control?
3. What goals do you have in your career?
What is the use of the tag in the web.config file?
What is asp.net ajax?