|
|
|
|
|
HTTPCookieReplace (Function) In french: HTTPCookieRemplace Replaces all the cookies stored for a domain: Note Cookies read and sent by the HTTPRequest function are only stored in the application's memory. They are not related to the cookies of Web browsers installed on the computer.
InfoCookies is string = fLoadText("MesCookiesYahoo.xml")
MesCookies is array of Cookie
Deserialize(MesCookies, InfoCookies, psdXML)
HTTPCookieManage(True)
HTTPCookieReplace(".yahoo.com", MesCookies)
HTTPRequest("www.yahoo.com")
Syntax
Replacing all cookies (HTTPRequest) Hide the details
HTTPCookieReplace(<Domain> , <Cookies>)
<Domain>: Character string Domain for which the array cookies will be used. <Cookies>: Array of Cookie variables New list of cookies that will be applied to the domain. Remarks The cookies for a domain are limited to 20 cookies of up to 4KB each.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|