Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:getcookie
Gets a property value from the currently loaded Content Server property files.
Syntax
<ics:getcookie name="property name" [output="variable name"]/>Parameters
name
(required)- Name of the property to retrieve.
output (optional)
- Specifies an optional output variable. If this parameter is not specified the output is streamed to the browser.
Description
satellite.cookie sets a cookie on the user’s browser. This tag is the only way to set
cookies in either XML or JSP.errno
None.
Example
The following example displays the value of a property from an alternative property file.
<ics:getcookie name="mycookie"/>
Home > Contents > Index > FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.