Homepage

session_create_field

Last edit: Oct 26, 2022

Adds a field to session

session_create_field(
  name: String!
  value: Any!
): HashObject

Arguments

name (String)

value (Any)

Type

HashObject

Represents data as a collection of unique keys and their values. Also known as
associative arrays, maps or dictionaries. You can create it in liquid by
converting JSON object with parse_json filter or tag. It can be any level deep.

Questions?

We are always happy to help with any questions you may have.

contact us