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
we are doing picketlink performance test, and we had found when we access different web application using picketlink as our IDP. it will create token for each of web application. but when user global logout, it only remove latest access web application token, so it will cause memory leak after running a moment.
we had changed picketlink source code to try to fix this problem. please check following gist.
we are doing picketlink performance test, and we had found when we access different web application using picketlink as our IDP. it will create token for each of web application. but when user global logout, it only remove latest access web application token, so it will cause memory leak after running a moment.
we had changed picketlink source code to try to fix this problem. please check following gist.
https://gist.github.com/wzhx78/5418944
https://gist.github.com/wzhx78/82ea9858823fe40cc50f
https://gist.github.com/wzhx78/5418906
The text was updated successfully, but these errors were encountered: