Re: How to share forms authentication with popup windows?



But why it redirect to login page.

When I click the master page button, it popup window using javascript's
window.showModalDialog function as:
Response.Write("<script
language='javascript'>window.showModalDialog('myURL.aspx', '',
'dialogWidth:800px:dialogHeight:600px');</script>");

Then, I click the button on the popup window, it will redirect to login
page. It is not my expected.

How can I fix it?




"Dave Slinn" <CougarDave@xxxxxxxxxxxxxxx> wrote in message
news:%23rVPwQ5$FHA.912@xxxxxxxxxxxxxxxxxxxxxxx
> If the popup window is created by the same browser instance that is
> running the already authenticated session, you should not need to
> re-authenticate in the new browser window (the popup). Could the browser
> be creating a new instance of itself without the session information
> attached to it?
>
> "ABC" <abc@xxxxxxx> wrote in message
> news:eVdW%23B5$FHA.3048@xxxxxxxxxxxxxxxxxxxxxxx
>> How to share forms authentication with popup windows?
>>
>> As the main page is completed logon. My pages have some popup windows to
>> lookup or select from list items. But all popups windows will automatic
>> redirect to login page when I clicked any buttons. How can I prevsent
>> this
>> case?
>>
>>
>
>


.