Consider the following scenario:
- You use an application that creates WebBrowser controls.
- The application uses a SessionStorage object to store sessions in Internet Explorer 11 on a computer that is running Windows 7 or Windows 8.1.
- When the application creates a control on the same thread, the data of the SessionStorage object is shared incorrectly.
Note This issue also occurs when the application creates a control on different threads. See article KB2980020 for more information. - When the application creates controls repeatedly, Internet Explorer becomes slow.