Genero Web Client Basics / Session Variables and Cookies |
A set of front-end functions allows you to dynamically set and get session variables from within your Genero application.
ui.Interface.frontCall( module, function, parameter-list, returning-list )
Function name | Description |
---|---|
getvar |
Return the value of a session variable. Parameter:
Return:
|
setvar |
Set a value to a session variable. Parameters:
Return:
Note: Setting a variable to an empty string is equivalent to deleting the
variable.
|