azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Wrong comment in source code

Open lucmoco opened this issue 3 years ago • 0 comments

In the "Distributed Token Cache" section, there is the following comment in the source code:

    // Optional: Disable the L1 cache in apps that don't use session affinity
    //                 by setting DisableL1Cache to 'false'.

In my opinion this DisableL1Cache must be set to 'true':

    // Optional: Disable the L1 cache in apps that don't use session affinity
    //                 by setting DisableL1Cache to 'true'.

Document details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

lucmoco avatar Aug 17 '22 12:08 lucmoco