|
Whitebeam Template Reference Documentation
|
System Template
cookie.delete()
Request the browser delete the cookie.
Syntax
void = rb.page.cookie.delete()
Parameters
The 'cookie.delete' method takes no parameters
Results
The 'cookie.delete' method returns no useful information.
Remarks This method attempts to persuade the client browser to delete a cookie that it
holds. There is no explicit way of doing this and so instead the
sets the expiry date of the cookie to be a time in the past (i.e. specifying
that it has already expired). |
|
(loadtime : 100ms) |