Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore Namespace / LoupeCookieMiddleware Class
Members

In This Topic
    LoupeCookieMiddleware Class
    In This Topic
    Create and read a cookie for each request to track sessions.
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(1)>
    <NullableAttribute(0)>
    Public Class LoupeCookieMiddleware 
    [NullableContext(1)]
    [Nullable(0)]
    public class LoupeCookieMiddleware 
    Remarks
    If the Microsoft.Extensions.Logging.ILoggerFactory is available the LoupeSessionId and LoupeAgentSessionId for the current request will be added to the logging scope for all messages logged during the request
    Inheritance Hierarchy

    System.Object
       Loupe.Agent.AspNetCore.LoupeCookieMiddleware

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also