cookieconsent::reset_cookie (public)

 cookieconsent::reset_cookie [ -subsite_id subsite_id ]

Defined in packages/cookie-consent/tcl/cookie-consent-procs.tcl

Reset the consent cookie.

Switches:
-subsite_id (optional)

Testcases:
cookie_consent__setup
Source code:
        if {$subsite_id eq ""} {
            set subsite_id [get_relevant_subsite]
        }
        ad_unset_cookie "cookieconsent_status-$subsite_id"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: