HTTP API Toolkit HTTP API Toolkit
HTTP API Toolkit HTTP API Toolkit
DocFX + Singulink = ♥

Search Results for

    Property MultipleRefreshGracePeriod

    MultipleRefreshGracePeriod

    Gets or sets the grace period during which a session token from the previous generation is still accepted from the same device. This allows concurrent requests (or connections that were established with the previous token) that have not yet received the updated token cookie to continue without invalidating the session. The grace period timer starts when the response carrying the refreshed token is sent to the client (i.e. when the session store is updated with the new generation). Default is 2 minutes.

    Declaration
    public TimeSpan MultipleRefreshGracePeriod { get; set; }
    Property Value
    Type Description
    TimeSpan
    © Singulink. All rights reserved.