久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<legend id='cRKfI'><style id='cRKfI'><dir id='cRKfI'><q id='cRKfI'></q></dir></style></legend>
  • <tfoot id='cRKfI'></tfoot>

  • <i id='cRKfI'><tr id='cRKfI'><dt id='cRKfI'><q id='cRKfI'><span id='cRKfI'><b id='cRKfI'><form id='cRKfI'><ins id='cRKfI'></ins><ul id='cRKfI'></ul><sub id='cRKfI'></sub></form><legend id='cRKfI'></legend><bdo id='cRKfI'><pre id='cRKfI'><center id='cRKfI'></center></pre></bdo></b><th id='cRKfI'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='cRKfI'><tfoot id='cRKfI'></tfoot><dl id='cRKfI'><fieldset id='cRKfI'></fieldset></dl></div>

    <small id='cRKfI'></small><noframes id='cRKfI'>

          <bdo id='cRKfI'></bdo><ul id='cRKfI'></ul>
      1. 打開一個新窗口創建一個新會話

        Opening a new window create a new session(打開一個新窗口創建一個新會話)
          <tbody id='PiubN'></tbody>

          • <bdo id='PiubN'></bdo><ul id='PiubN'></ul>
          • <tfoot id='PiubN'></tfoot>

            <small id='PiubN'></small><noframes id='PiubN'>

                <legend id='PiubN'><style id='PiubN'><dir id='PiubN'><q id='PiubN'></q></dir></style></legend>

                  <i id='PiubN'><tr id='PiubN'><dt id='PiubN'><q id='PiubN'><span id='PiubN'><b id='PiubN'><form id='PiubN'><ins id='PiubN'></ins><ul id='PiubN'></ul><sub id='PiubN'></sub></form><legend id='PiubN'></legend><bdo id='PiubN'><pre id='PiubN'><center id='PiubN'></center></pre></bdo></b><th id='PiubN'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='PiubN'><tfoot id='PiubN'></tfoot><dl id='PiubN'><fieldset id='PiubN'></fieldset></dl></div>

                  本文介紹了打開一個新窗口創建一個新會話的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我們正在將基于 Web 的軟件從帶有 Internet Explorer 6 的 Windows XP 升級到帶有 Internet Explorer 9 的 Windows 7.

                  We are upgrading a web-based software from Windows XP with Internet Explorer 6 to Windows 7 with Internet Explorer 9.

                  此外,Webbrowser 對象在 WPF 應用程序中使用.

                  Furthermore, a webbrowser object is used inside a WPF application.

                  我們現在有一個奇怪的行為,當打開一個帶有 url 的窗口時(使用類似 window.open(url) 的指令),ASP 會話丟失"并且新窗口與一個新的從頭開始的會話一起工作.

                  We now have a strange behavior, when opening a window with a url (with an instruction like window.open(url)), the ASP session is "lost" and the new window works with a new from scratch session.

                  我通過避免打開無用的窗口解決了這個問題,而是修改了當前窗口的位置.但我想了解為什么會出現這種行為!

                  I solved this issue by avoiding useless windows opening and instead, I modify the location of the current window. But I would like to understand why this behavior !

                  你有什么線索嗎?

                  謝謝.

                  推薦答案

                  假設您的導航都轉到同一個域,那么另一個原因可能是進程切換.從 IE8 開始,IEchrome"和 tab 內容被分成兩個進程.進一步的IE可以為不同窗口和標簽中的內容創建多個內容進程.

                  Assuming your navigation all go to the same domain then another cause for this could be the switching of processes. As of IE8 the IE "chrome" and tab content were seperated into two processes. Further IE can create multiple content processes for content in different windows and tabs.

                  如果您的應用程序托管了一個 Web 瀏覽器控件,該控件隨后會啟動一個完整的 IE 窗口,那么您的新 URL 可能是由另一個進程 (iexpore.exe) 而非您的應用程序進程請求的.結果,請求無法訪問會話 cookie,因此會話顯示為丟失".

                  If your app is hosting a webbrowser control which then launches a full IE window, the chances are that your new URL is being requested by another process (iexpore.exe) not your apps process. As a result the request does not have access to session cookies hence the session appears "lost".

                  (值得注意的是,同一進程樹中的多個 iexplore.exe 進程實例具有相互共享會話 cookie 的方法.

                  (Its worth noting that the multiple iexplore.exe process instances in the same process tree have a means of sharing session cookies with each other).

                  這篇關于打開一個新窗口創建一個新會話的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調用 abort (jQuery) 之后,瀏覽器也會等待 ajax 調用完成)
                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請求的資源上不存在“Access-Control-Allow-Origin標頭) - IT屋-程序員軟件開發技術分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)

                    <small id='CXFRB'></small><noframes id='CXFRB'>

                      <bdo id='CXFRB'></bdo><ul id='CXFRB'></ul>
                        • <legend id='CXFRB'><style id='CXFRB'><dir id='CXFRB'><q id='CXFRB'></q></dir></style></legend>
                            <tbody id='CXFRB'></tbody>
                          • <tfoot id='CXFRB'></tfoot>
                            <i id='CXFRB'><tr id='CXFRB'><dt id='CXFRB'><q id='CXFRB'><span id='CXFRB'><b id='CXFRB'><form id='CXFRB'><ins id='CXFRB'></ins><ul id='CXFRB'></ul><sub id='CXFRB'></sub></form><legend id='CXFRB'></legend><bdo id='CXFRB'><pre id='CXFRB'><center id='CXFRB'></center></pre></bdo></b><th id='CXFRB'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='CXFRB'><tfoot id='CXFRB'></tfoot><dl id='CXFRB'><fieldset id='CXFRB'></fieldset></dl></div>

                            主站蜘蛛池模板: 欧美精品一区二区在线观看 | 国产综合久久 | 成人在线国产 | 国精日本亚洲欧州国产中文久久 | 久久99网站| 精品久久久久久久久久久久 | 国产美女视频 | 久久精品99 | 日韩欧美成人一区二区三区 | 国产精品久久久久无码av | 国产精品揄拍一区二区久久国内亚洲精 | 久久蜜桃资源一区二区老牛 | 久久久久国产一区二区三区 | 久久久天天 | 日本黄色一级视频 | 一区亚洲 | 成人中文字幕在线 | 日韩亚洲视频在线 | 亚洲精品国产成人 | 国产成人精品综合 | 国产伊人精品 | 国产91精品久久久久久久网曝门 | 蜜桃视频在线观看免费视频网站www | 欧美一区二区三区大片 | av在线一区二区三区 | 国产一区二区欧美 | 亚洲伊人久久综合 | 午夜精品一区二区三区在线视频 | 久久一区二区三区四区 | 亚洲国产精品99久久久久久久久 | 小视频你懂得 | 久久91精品国产一区二区三区 | 中文字幕亚洲在线 | 第四色影音先锋 | 亚洲黄色网址视频 | 亚洲日韩中文字幕一区 | 国产一区二 | 男女国产视频 | 欧美一级二级三级视频 | 国产一级黄色网 | 欧美日韩大陆 |