tags:

views:

112

answers:

0

We've developed an ActiveX control to print documents. The control needs to download the document from our site. To do so, it needs the session cookie that's associated with the page that the control is loaded on. While we could pass the session cookie over to the control with javascript, this will not work with httponly cookies.

related questions