标签: c# session shdocvw
您好我已经使用
InternetExplorer myie = new SHDocVw.InternetExplorer(); 而我正试图导航到某个页面,例如
myie.Navigate(“https://myfirstsite.com/login.aspx”,ref empty,ref Empty,ref Empty,ref Empty);
现在我要为这个myie对象清除sessons和cookies。我该如何清除它?
有什么想法吗?
答案 0 :(得分:1)
您需要使用wininet.dll来执行此操作。查看http://pastebin.com/E4V2XGbW的一些样本。