Jeffrey Cumpsty
2005-01-19 14:32:25 UTC
Can anyone help?
We have an internal web application which uses a proxy to handle user
authentication.
Sessions, and Authentication are handles by a client side cookie.
I have a requirement to download files from the server to the client
and process them with data (they are word documents).
THe application works fine outside the authenticated environment, but
once the security is put into it, I can not access my download
scripts.
Server side code is asp.net, C#. Client side has to be VB6, and is
presently using Wininet.dll.
Does anyone know how I can get the session from the web page, and pass
it into the VB6 ActiveX Control that resides on it?
Regards
Jeff Cumpsty
We have an internal web application which uses a proxy to handle user
authentication.
Sessions, and Authentication are handles by a client side cookie.
I have a requirement to download files from the server to the client
and process them with data (they are word documents).
THe application works fine outside the authenticated environment, but
once the security is put into it, I can not access my download
scripts.
Server side code is asp.net, C#. Client side has to be VB6, and is
presently using Wininet.dll.
Does anyone know how I can get the session from the web page, and pass
it into the VB6 ActiveX Control that resides on it?
Regards
Jeff Cumpsty