简体   繁体   English

是否可以读取IE会话cookie?

[英]Is it possible to read IE Session cookies?

I am just wondering if anyone knows if it is possible to read Session Cookies of Internet Explorer. 我只是想知道是否有人可以阅读Internet Explorer的Session Cookies。 If the cookie has an expiry date it will be stored on disk. 如果cookie有有效期,它将存储在磁盘上。 If the cookie has an expiry date of 0 then it will be stored in memory. 如果cookie的有效期为0,则它​​将存储在内存中。 My question is, is it possible to read the session cookies from the Internet Explorer processes memory? 我的问题是,是否可以从Internet Explorer进程内存中读取会话cookie? What Windows API's can be used to achieve this? 可以使用哪些Windows API来实现此目的?

查看WinINet函数,尤其是InternetGetCookieEx函数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM