savecookies
savecookies |
Purpose
Save the cookie store into a file.
Synopsis
function savecookies(fname:string|text, domain:string):integer
Arguments
fname
|
Destination file name
|
domain
|
Domain filter of the cookies to be saved or an empty string to select all cookies
|
Return value
Number of records generated
Further information
This function saves the selected cookies into a text file. The cookies are encoded according to the standard
"Set-Cookie" header (one record per line per cookie).
Related topics
Module