Change summary of UmbracoUserTimeoutFilterAttribute to more accurately describe what it does now

This commit is contained in:
Mole
2020-10-13 14:34:10 +02:00
parent d38befa9c0
commit 80d3b64a5f

View File

@@ -6,8 +6,8 @@ using Umbraco.Extensions;
namespace Umbraco.Web.Common.Filters
{
/// <summary>
/// This will check if the request is authenticated and if there's an auth ticket present we will
/// add a custom header to the response indicating how many seconds are remaining for the current
/// This will check if the user making the request is authenticated and if there's an auth ticket tied to the user
/// we will add a custom header to the response indicating how many seconds are remaining for the
/// user's session. This allows us to keep track of a user's session effectively in the back office.
/// </summary>
public class UmbracoUserTimeoutFilterAttribute : TypeFilterAttribute