Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have a small problem.
Our customer connects via the internet explorer to a internal webpage. He must authenticate and download my program which connect to the same webpage to download some other files.
And now i have the problem, that my program must reauthenticate with the same login informations. How can i copy the session from the internet explorer to my program? If it's possible????????

Thanks for quick help...

ITFreak83
Posted

I cannot see that this is possible or else you can bypass all security disregard what program you have.

I think the best way is to have the user re authenticate, and save user and password in a safely way.
Password Storage: How to do it.[^]
 
Share this answer
 
You can't copy sessions, because each "browser" instance creates/maintains its own session.

Since it's an internal website, you could just use the user's Windows login to log in to the site.
 
Share this answer
 
Thanks for your help!
Thats what I was afraid of :(
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900