/
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.

Related content

set_session
set_session
More like this
Objects
Objects
More like this
attachment
attachment
Read with this
content_type
content_type
More like this
dump_variable
dump_variable
More like this
row
More like this