Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoUserTimeoutFilterAttribute

    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.

    Inheritance
    System.Object
    System.Attribute
    Microsoft.AspNetCore.Mvc.TypeFilterAttribute
    Namespace: Umbraco.Cms.Web.Common.Filters
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoUserTimeoutFilterAttribute : TypeFilterAttribute, IFilterFactory, IOrderedFilter, IFilterMetadata

    Constructors

    View Source

    UmbracoUserTimeoutFilterAttribute()

    Declaration
    public UmbracoUserTimeoutFilterAttribute()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoUserTimeoutFilterAttribute()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX