Originally posted by hea ton: My question is: How can I get the cookie from the web site: http://www.csdn.net?[/b][/QB]
Cookie security rules say that only two places can get to a cookie.
1) the user can get them from his browser 2) a site can get those created for their domain
So the answer is to be on www.csdn.net and get them there
jieyun liu
Greenhorn
Joined: Oct 08, 2008
Posts: 4
posted
0
hi, Pat. First, Thanks for your help. But I am still in trouble. I know where I shoule get the cookie from, But i don't know how.
you refer to the cookie security rules, can you give me some urls of books or references?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
What do you mean by "the cookie"? That page doesn't set any cookies. It includes various elements that do so (images, iframes etc.) though; if you want to access the cookies set by those, then you'll need to load those elements in addition to the main page.