I want to transfer some data between an existing excel application and an existing ASP.NET VB Webforms application.
I thought that a hyperlink with some query string variables would be the easiest way to do this. However, the hyperlink does not seem to save the registered user session.
Testing this with the same URL on a webpage really works. So, it seems that Excel is starting a new session. Any ideas on how to make Excel hyperlinks behave the same way a browser hyperlink does?
source
share