I'm creating some dynamic pictures with the IHttpHandler interface. Then I wont to create a pdf document, where those pictures are included.
But I need to copy the authentication cookie to my new HttpWebRequest object.
How can this be achieved?
I use normal asp.net forms.