是否可以读取IE会话cookie

Is it possible to read IE Session cookies?

本文关键字:会话 cookie IE 读取 是否      更新时间:2023-10-16

我只是想知道是否有人知道是否可以读取Internet Explorer的Session Cookie。如果 Cookie 有到期日期,它将存储在磁盘上。如果 cookie 的到期日期为 0,则它将存储在内存中。我的问题是,是否可以从Internet Explorer进程内存中读取会话cookie?可以使用哪些Windows API来实现这一点?

查看 WinINet 函数,特别是 InternetGetCookieEx 函数