"persistentCookies"

This function controls the storing of cookies for the Webview EWO.

Synopsis

void shape.persistentCookies( bool on);

Parameters

Parameter Description
on

TRUE: cookies are stored and restored from the hard disk.

FALSE: cookies are not stored.

Description

This function allows you to enable or disable the storing of cookies for the Webview EWO. The default setting for "on" is "false", which means cookies will not be stored. Setting "on" to "true" will restore the cookies from the hard disk and store them to the hard disk upon exiting the UI.

Assignment

WebView EWO