Hi
In the below code how Timeout works
<authentication mode="Forms"> <forms loginUrl="~/Home/Login" timeout="30" /> </authentication>
Thanks