Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
CSMAC Tags
You use CSMAC tags to generate Message Authentication Codes (MACs) that can be interpreted by Transact, and to produce encrypted cookie values to identify individual visitors to Transact via the Commerce Connector.
Note that csmac:string and csmac:payload produce different
varname
values from the same input value:
csmac:string
calculates MAC based onvalue
csmac:payload
calculates MAC based on:
'value + "&kid=" + storeID + "." + currentKeyNumStr + "&ss=env"'
Note
Each JSP file containing CSMAC tags must have the following directive at the top:
<%@ taglib prefix="csmac" uri="futuretense_cs/csmac.tld" %>
CSMac JSP tags are in the csmac family. For example, <csmac:cookievalue ... .
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.