$WBGETS - get value of session variable

Availability
$WBGETS is available for use with all WBSP commands when WB_UseSession is set to TRUE.

Syntax
$WBGETS{varname}
$WBGETS[varname]

Parameters
varname - the name of the variable

Returns
Value of requested session variable

Example

<!--
[FormFields]
wb_command=r
-->
<!--WB_BeginTemplate-->
<html>
<head>
<title>Cart</title>
</head>
<body>
Item $WBSETS[cartitems|$WBGETS[cartitems];$WBV[ItemID]|T] added successfully!
</body>
</html>