RE: how to launch new IE window so it will create separate ASP Session

RE: how to launch new IE window so it will create separate ASP Session

am 31.03.2008 04:35:20 von stcheng

Hi Benny,

I'm afraid for the question you mentioend here, it is out of the
server-side web application's control. The IE new window/popup creating
behavior is totally controled by the client-side browser. So far those
common ways to create new window will always result a new window in the
same session. I think the only way to create a new IE window with new
session is use API to create new process(that may require you to run some
strong-code such as activex on client side).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?QmVubnk=?=
>Subject: how to launch new IE window so it will create separate ASP Session
>Date: Fri, 28 Mar 2008 09:57:00 -0700

>
>How do I create a new IE window (client script or ASP.NET server code) so
>that it will create a new ASP session with each new window?
>
>Thanks.
>