Session Management Improvements
The session problem occurs when UI or API requests perform dirty writes to session, causing other UI threads to miss expected tree information removed from session. Note, tree information is what we've seen so far but there could be others.
Related issue: #9515
Investigation Areas
Session Management Improvements
The session problem occurs when UI or API requests perform dirty writes to session, causing other UI threads to miss expected tree information removed from session. Note, tree information is what we've seen so far but there could be others.
Related issue: #9515
Investigation Areas
Make UI code handle missing session data
Reduce session writes for specific requests
Minimize session modifications