E
enahar
Hi,
How to timing out the asp.net web application when not in use for 15 minutes
although I am using the code in web.config file as below:
<authentication mode="Forms">
<forms loginUrl="Security/Login.aspx" protection="All" timeout="20" path="/"
/>
</authentication>
Thanks
How to timing out the asp.net web application when not in use for 15 minutes
although I am using the code in web.config file as below:
<authentication mode="Forms">
<forms loginUrl="Security/Login.aspx" protection="All" timeout="20" path="/"
/>
</authentication>
Thanks