Description
Stores the given attribute as a (name, value) pair in the HTTP session.
Parameters
Return Type
None
The returned value has no meaning.
Examples
Example 1
return BA_setBlitzAttribute("userKey", "admin");
Example 2
return BA_setBlitzAttribute("city", "Bucharest");
See also