Reuse another ASP.NET session (set Session ID)
- by queen3
My problem is that when I open web application from Outlook in a separate IE window, the ASP.NET session is lost. This is (as described in several places) because in-memory cookie is lost.
So it goes like this:
User works with ASP.NET web application in Outlook, and this stores some info in ASP.NET session
User clicks Print to open new IE window…