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

Why is it preferred to not use finalize for clean up?

761


What is difference in .net 1.1 and .net 2.0?

811


Can we set master page as a start page?

819


Please brief not about xsd,xslt & xml?

774


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?

2174


What is the exact purpose of http handlers?

782


How would you create a permanent cookie?

808


Explain about secure socket layer?

735


explain code with multi inhertance

1859


How we implement web farm and web garden concept in asp.net?

768


Explain the difference between debug.write and trace.write?

753


Is it possible to change the index of primary key on table?

653


Explain the features that make asp.net more used framework? : asp.net mvc

725


Why do you use the app_code folder in asp.net?

807


What is the significance of attaching a profile while creating a user?

782