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
Why is it preferred to not use finalize for clean up?
What is difference in .net 1.1 and .net 2.0?
Can we set master page as a start page?
Please brief not about xsd,xslt & xml?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the exact purpose of http handlers?
How would you create a permanent cookie?
Explain about secure socket layer?
explain code with multi inhertance
How we implement web farm and web garden concept in asp.net?
Explain the difference between debug.write and trace.write?
Is it possible to change the index of primary key on table?
Explain the features that make asp.net more used framework? : asp.net mvc
Why do you use the app_code folder in asp.net?
What is the significance of attaching a profile while creating a user?