user185658
user185658

Reputation:

Read Cookies From Internet Explorer

Is is possible to read cookies created in Firefox from a html page that was opended in Internet Explorer?

Thanks

Upvotes: 3

Views: 605

Answers (3)

Karmic Coder
Karmic Coder

Reputation: 17949

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

Upvotes: 2

peirix
peirix

Reputation: 37741

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

Upvotes: 2

Matt Wrock
Matt Wrock

Reputation: 6640

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

Upvotes: 1

Related Questions