Wählen Sie Ihre Sprache:

<we:cookie>

Since version: - | Requires endtag: no | Required modules: voting

Description

This tag is required with the Voting Module and sets a cookie, which denies more than one vote for a user. The tag needs to be placed at the very start of the template. There must not be any breaks or spaces in front of this tag.

Specific

The tag needs to be placed at the very start of the template. There must not be any breaks or spaces in front of this tag. Exception: The tag <we:sessionStart/> may be placed in front of this tag. In this case there may not be any characters or breaks between <we:sessionStart/> and <we:cookie/>.

Syntax

<we:cookie />

Examples

new Example

 

new Example

<we:sessionStart/><we:cookie/>
 
<html>
 [..]
</html>