Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
    <apre>
    <aconf>
    <set_cookie>
    <remove_cookie>
    <auth-required>
    <expire_time>
    <header>
    <redirect>
    <return>
    <killframe>
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<remove_cookie> Main RXML parser

 

Removes a cookie.

 

Attributes

name
Name of the cookie to remove.

Note that removing a cookie won't take effect until the next page load. Therefore, a reload will be needed to see the effect of the example.

 

Example


<apre foo>Set the cookie</apre>
<br><apre -foo>Remove the cookie</apre>

<if prestate=foo><set_cookie name=foo value="Hello World"></if>
<else><remove_cookie name=foo></else>

<p><insert cookie=foo>

Set the cookie
Remove the cookie