Skip to end of banner
Go to start of banner

BA_setBlitzAttribute (Power Actions)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The use of these routines requires the Power Actions add-on be installed and licensed.

The use of this routine requires the Power Actions add-on be installed and licensed.

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

  • No labels