Reading Cookies
-
Could you please help me on this one... I have to Read Cookies along with the Contents. How will I be able to do that?! What Class/Methods are Involve?! Thanks in Advance!!! :-D:-D:-D:-D:-D
-
Could you please help me on this one... I have to Read Cookies along with the Contents. How will I be able to do that?! What Class/Methods are Involve?! Thanks in Advance!!! :-D:-D:-D:-D:-D
Maybe this link will help: http://support.microsoft.com/default.aspx?scid=kb;EN-US;241492
-
Could you please help me on this one... I have to Read Cookies along with the Contents. How will I be able to do that?! What Class/Methods are Involve?! Thanks in Advance!!! :-D:-D:-D:-D:-D
Use
InternetGetCookie()
to get the cookie string for a particular URL. It looks like "name1=value1; name2=value2" so you just have to parse it and pull out the values. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- "Linux is good. It can do no wrong. It is open source so must be right. It has penguins. I want to eat your brain." -- Paul Watson, Linux Zombie -
Use
InternetGetCookie()
to get the cookie string for a particular URL. It looks like "name1=value1; name2=value2" so you just have to parse it and pull out the values. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- "Linux is good. It can do no wrong. It is open source so must be right. It has penguins. I want to eat your brain." -- Paul Watson, Linux ZombieHow about getting all Cookies in the Cookies Directory?! im sorry, im a noob here... thanks again!!!:-D:-D:-D:-D:-D
-
How about getting all Cookies in the Cookies Directory?! im sorry, im a noob here... thanks again!!!:-D:-D:-D:-D:-D
Liger_Zero_X wrote: How about getting all Cookies in the Cookies Directory? Use
FindFirstUrlCacheEntry()
, and pass "cookie:" as the first parameter. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- Pinky, are you pondering what I'm pondering? I think so Brain, but if we shaved our heads, we'd look like weasels!