Hi @Tevon2.0 ,
The object cache stores properties about items in SharePoint Server. The object cache makes its queries as one of two out-of-box user accounts: the Portal Super User and the Portal Super Reader. The Portal Super User and Portal Super Reader accounts must be separate accounts, and they must not be accounts that will ever be used to log in to the site. By default, the Portal Super User account is the site's System Account, and the Portal Super Reader account is NT Authority\Local Service. But using an existing account can pose problems:
- The first issue is that some items get checked out to System Account, so when a query that includes these items is made, the checked out version of the item is returned instead of the latest published version. The same problem would occur for any user who has items checked out, if that user's account was set to be the Portal Super User account.
- The default Portal Super Reader account is NT Authority\Local Service, which is not correctly resolved in a claims authentication application. As a result, if the Portal Super Reader account is not explicitly configured for a claims authentication application, browsing to site collections under this application will result in an "Access Denied" error, even for the site administrator.
So, I suggest you configure your own user account for the object cache by the SharePoint Central Administration website and Microsoft PowerShell. Before you start, please note:
At the end of this procedure, you must reset Internet Information Services (IIS) to apply the changes to the web application. Be sure to perform this procedure when there will be minimal disruption to users that are connected to the site.
The configuration is divided into three steps:
- Create the user accounts by using Central Administration.
- Add the user accounts to the web application by using Microsoft PowerShell.
- Reset Internet Information Services (IIS).
The link is a detailed step-by-step on the configuration, see: Configure object cache user accounts in SharePoint Server - SharePoint Server | Microsoft Learn
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.