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
The problem is the call to IHttpResponse::Clear at the beginning of the response sending, which resets the caching policy established for this request. The fix is to remove the call to Clear().
The text was updated successfully, but these errors were encountered:
The problem is the call to IHttpResponse::Clear at the beginning of the response sending, which resets the caching policy established for this request. The fix is to remove the call to Clear().
The text was updated successfully, but these errors were encountered: