Posted on: 4/9/2014 8:59:23 AM | Views : 485

<authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All" timeout="30" name=".ASPXAUTH" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false" /> </authentication> here Form Authentication time out given 30.........what does it mean ? is it 30 sec or minute ?
what is default session time out and what is default Form Authentication time out period ?

Go to the complete details ...