Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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

Whitebeam release 1.3.36
(loadtime : 68ms)