ASP.NET session state question

I

IamZhao

When clicking a hyperlink in an application that is hosting the WebBrowser
control, a new page opens in Internet Explorer. In this scenario, the
session cookie seems lost, and I have to log on again. Could anybody tell me
how to maintain the ASP.NET session state under this situation? Thanks.
 
M

Michael Nemtsev [MVP]

Hello IamZhao,

because cookies are not shared between processes.
u should persist your cookie's data somewhere

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


I> When clicking a hyperlink in an application that is hosting the
I> WebBrowser control, a new page opens in Internet Explorer. In this
I> scenario, the session cookie seems lost, and I have to log on again.
I> Could anybody tell me how to maintain the ASP.NET session state under
I> this situation? Thanks.
I>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top