Re: Form Authentication and new browser instance

From: Nicole Calinoiu (calinoiu)
Date: 05/02/05


Date: Mon, 2 May 2005 16:03:16 -0400

Under normal circumstances, this should work without any additional
configuration on your part. Is the window.open target URL inside the same
IIS virtual directory as the source page?

"Pierre" <Pierre@discussions.microsoft.com> wrote in message
news:1CF46780-01D5-4A38-BE7A-4D93B18EB3E6@microsoft.com...
> Hello
>
> I am developing a Web application that uses the Form Authentication.
> At one time, I need to launch a new instance of the browser using
> javascript.window.open with the correct parameters.
>
> When I run a test outside of authentication everything works fine.
> However
> when I run the same test inside the authentication umbrella, the
> application
> always redirects to the login page.
>
> Is it possible (and how) to launch a new instance of the browser whithin
> Web
> app that uses the Form Authentication
>
> Thank you very much
> --
> Pete


Loading