S
sr1004
Guest
Application REQUIRES persistent cookies to be set, however cookies has to be deleted when application terminates
One way is to delete IE cookies itself
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
Is there any API to delete cookies only with respect to specific WebBrowser Control process
If the only option is to delete IE cookies itself,is there a way to do it silently without getting IE clearing cookies dialog
Continue reading...
One way is to delete IE cookies itself
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
Is there any API to delete cookies only with respect to specific WebBrowser Control process
If the only option is to delete IE cookies itself,is there a way to do it silently without getting IE clearing cookies dialog
Continue reading...