WebBrowser::SetSessionCookie (open)
Sets a cookie
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
MACRO SetSessionCookie(STRING cookiename, STRING value)Parameters
STRING cookienameName of the cookie
STRING valueValue for the cookie
Sets a cookie
LOADLIB "wh::internet/webbrowser.whlib";
MACRO SetSessionCookie(STRING cookiename, STRING value)STRING cookienameName of the cookie
STRING valueValue for the cookie