开发者

Read Cookies From Internet Explorer

开发者 https://www.devze.com 2022-12-08 02:18 出处:网络
Is is possible to read cookies created in Fir开发者_StackOverflowefox from a html page that was opended in Internet Explorer?

Is is possible to read cookies created in Fir开发者_StackOverflowefox from a html page that was opended in Internet Explorer?

Thanks


sorta... Cookies are stored in the browser, so you would need to hack around a bit to get it to work.


No. Not without an ActiveX control and some very bad practices.


not via javascript. The cookies are stored in a different location on disk.

0

精彩评论

暂无评论...
验证码 换一张
取 消