I have an ASP.NET website configured with
<authentication mode="Forms">
<forms loginUrl="Login.aspx" timeout="10080">
</forms>
</authentication>
and a WinForm app using Client Application Services for login. How can I find the "timeout" parameter from the WinForm app?