"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.

Details

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.

To see where the cookies are persisted locally, the debug flag -dbg webView can be used to see additional information, like the persistentStoragePath, within the LogViewer.

Assignment

WebView.ewo