 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Johnnie Norsworthy Guest
|
Posted: Tue May 08, 2007 8:31 pm Post subject: Copying Cookies from IE Document to Another |
|
|
If I have two web browsers, can I copy the cookies from one to the other?
iDoc := WebBrowser.Document as IHTMLDocument2;
s := iDoc.cookie;
iDoc2 := WebBrowser2.Document as IHTMLDocument2;
iDoc2.cookie := s;
I want to retain login authentication in a hidden window even if the first
browser window is closed by the user for use with some Indy HTTP download
components that need the cookies. Normally if the single browser window is
closed the authentication no longer works.
-Johnnie |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|