The document discusses advanced configuration options for forms authentication in ASP.NET. It examines settings in the <forms> element like customizing the timeout value and using a non-default login page URL. It describes how the forms authentication ticket works, including how the timeout and sliding expiration settings affect the ticket expiration. It also covers cookieless authentication tickets and how the authentication information can be encoded in the URL when cookies are not supported.
Related topics: