I have a C# form that we browse our web application with. If we are inside the form and logged in and we click a link that opens a new window (an Internet Explorer window), it asks for my credentials again.
We use cookies to store the session for authentication. Is there a way to make the account stay logged in whether it is in the form or in a separate IE window?
I assume this is a matter of passing cookies from the form to the Internet Explorer window for authentication.
I can provide more information if needed.