session_delete_field
Last edit: Oct 26, 2022
Adds a field to session
session_delete_field(
name: String!
): HashObject
Arguments
name
(String
)
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.