-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 2.7.1
-
Component/s: Performance
-
None
It was great that CWD-2647 resolved the excessive calls for Token validation.
But it seems that only fixed the issue halfway. It's still making four requests for the SSO cookie configuration each time I make one request in JIRA ( CookieConfiguration cookieConfig = client.getCookieConfiguration(); ).
Since the SSO cookie configuration hardly ever changes once set, this seems rather inefficient. Can the configuration get cached by the client, or just observe session.validationinterval ?
- duplicates
-
CWD-3556 Allow for caching when retrieving cookie configurations (GET /config/cookie method)
- Closed