PDA

View Full Version : Can we get all cookies from cookie folder?


tuyle
09-04-2002, 02:53 AM
Hello,

Is there any way to get all cookie from cookie folder?

Right now, because of security, when we use document.cookie, we've just got the cookie which is stored by this domain.

We can not get the cookie which stored by the other domain. I know some virus or website can get information from cookie via this way. Any suggestions are appreciated.

Thanks,
Tuy Le

joh6nn
09-04-2002, 03:20 AM
you can only get cookies from your own domain, and from other domains that's grant you access. you can't just get whatever cookies you want.

viruses don't bother with cookies; there's no point. if the cookie is already resident on the machine, there's no value in the cookie.