Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
 
Info
titleAvailability

This routine is available since Blitz Actions 4.1.0

Syntax: 

BA_setBlitzAttribute(name, value)

Description:

Excerpt

Stores in the HTTP session the given attribute as a (name, value) pair.

Parameters:

Parameter name

Type

Required

Description

namestringyesThe attribute name
valuestringyesThe attribute value

Return type:

The returned value has no meaning

Example:

Example 1:

Code Block
return BA_setBlitzAttribute("userKey", "admin");

Example 2:

Code Block
return BA_setBlitzAttribute("city", "Bucharest");