Lock
Component Signature
<bx:Lock name=[string]
scope=[string]
type=[string]
timeout=[Integer]
throwOnTimeout=[boolean] />Attributes
Atrribute
Type
Required
Description
Default
Examples
Script Syntax
bx:lock timeout="60" scope="session" type="exclusive" {
session.MYVAR = "Hello";
}
Tag Syntax
Last updated
Was this helpful?
