You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you set DocumentUltimateWebConfiguration.Current properties (e.g. DocumentUltimateWebConfiguration.Current.CacheLocation) once in Startup of your application, not everytime you hit a page, it’s a global object it should not be changed concurrently.
When multiple user is trying to access we are getting "Document Cache info is not found".
The text was updated successfully, but these errors were encountered: