<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>CWIC Plugin reload behavior</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12206293" />
  <subtitle>CWIC Plugin reload behavior</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12206293</id>
  <updated>2013-05-19T05:51:28Z</updated>
  <dc:date>2013-05-19T05:51:28Z</dc:date>
  <entry>
    <title>RE: CWIC Plugin reload behavior</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336293" />
    <author>
      <name>Simon Egli</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12336293</id>
    <updated>2013-02-25T06:55:22Z</updated>
    <published>2013-02-25T06:55:22Z</published>
    <summary type="html">Hi Thomas,
Thank you.
I will definitely give it a try!
 
Best regards,
Simon</summary>
    <dc:creator>Simon Egli</dc:creator>
    <dc:date>2013-02-25T06:55:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: CWIC Plugin reload behavior</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12266457" />
    <author>
      <name>Thomas Vanier</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12266457</id>
    <updated>2013-02-22T17:31:46Z</updated>
    <published>2013-02-22T17:31:15Z</published>
    <summary type="html">Hi Simon, I think IE uses the "TabProcGrowth" registry key to configure how IE launches new processes when opening new tabs. [url=http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx]http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx[/url] We never tested a customized TabProcGrowth with the CWIC plugin, you might want to give it a try. Also not sure if it can impact other web sites/applications. More information about LCIE (Loosely Coupled IE) can be found here [url=http://blogs.msdn.com/b/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx]http://blogs.msdn.com/b/ie/archive/2008/03/11/ie8-and-loosely-coupled-ie-lcie.aspx[/url] Thomas</summary>
    <dc:creator>Thomas Vanier</dc:creator>
    <dc:date>2013-02-22T17:31:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: CWIC Plugin reload behavior</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12266115" />
    <author>
      <name>Simon Egli</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12266115</id>
    <updated>2013-02-22T17:18:19Z</updated>
    <published>2013-02-22T17:18:19Z</published>
    <summary type="html">Hi Thomas,
Thanks for the answer.
And yes your answer makes sense to me.
One question:
What means it is not guaranteed? Does this mean your Internet Explorer shares the CWIC instance?
If yes, is there a way to force IE to share the instance?
 
Thanks again.
Simon</summary>
    <dc:creator>Simon Egli</dc:creator>
    <dc:date>2013-02-22T17:18:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: CWIC Plugin reload behavior</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12263746" />
    <author>
      <name>Thomas Vanier</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12263746</id>
    <updated>2013-02-22T17:01:15Z</updated>
    <published>2013-02-22T17:01:15Z</published>
    <summary type="html">Hi Simon,
The CWIC browser plugin includes a "system lock" to prevent concurrent phone registrations from the same machine: after registering from one browser (ex: Firefox), attempting to register from a second browser (ex: Chrome) leads to the "already logged in" error. That said, browsers have different process models, which can cause different behavior as you described.
Firefox, Chrome and Safari will load one single instance of the plugin: after registering from one tab, other tabs will see the CWIC phone regsitered as they access the same instance.
Internet Explorer implements a different model, it is not guaranteed tabs will share the same CWIC plugin instance. In your case, the 2 IE9 tabs loaded 2 distinct plugin instances. First tab registered ok, but second instance could not acquire the system lock and raised the "already logged in" error. Same as if one Firefox tab is registered and a Chrome tab attempts to register.
Hope this makes sense, Thomas</summary>
    <dc:creator>Thomas Vanier</dc:creator>
    <dc:date>2013-02-22T17:01:15Z</dc:date>
  </entry>
  <entry>
    <title>CWIC Plugin reload behavior</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12206292" />
    <author>
      <name>Simon Egli</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12206292</id>
    <updated>2013-02-21T10:21:01Z</updated>
    <published>2013-02-21T10:21:01Z</published>
    <summary type="html">Hi all,
today I run in to an issue with the CWIC browser plugin where the plugin's behavior was very different in IE9 than in the rest of the supported browsers.
Steps to reproduce (reproduced with the jabbersdk sample.html):

[b]Chrome / Firefox (latest version):[/b]
- Login an user to the CWIC Plugin
- Open a second browser tab.
- The status from the first tab gets fully recovered, without re-login the user against CUCM. (No packages traced by wireshark)
This behavior is also what I expect.
[b]IE9:[/b]
- Login an user to the CWIC Plugin
- Open a second browser tab.
- First of all, the login fields in the sample are not disabled (like in chrome) and when I try to login on the second tab with exactly the same credentials I get the following error:
[b]Unable to login:[/b] [b]Already logged in eLoggedInLock (error code 18)[/b]
When traceing with wireshark I see that the plugin actually tries to authenticate the user again.
 
Can you please help me clearifying why I run into this issue?
Thank you.
Best regards,
Simon</summary>
    <dc:creator>Simon Egli</dc:creator>
    <dc:date>2013-02-21T10:21:01Z</dc:date>
  </entry>
</feed>

