/
session
session
The session object can be used to retrieve variables set by the set_session tag.
For example, when the following is performed:
{% set_session "first_name", "Plate" %}
Then {{ session.first_name }}
will output Plate
.
, multiple selections available,
Related content
set_session
set_session
Read with this
Objects
Objects
Read with this
attachment
attachment
Read with this
Plate Docs
Plate Docs
More like this
img_tag
img_tag
More like this