Objects

Session

Last updated: · Published:

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.


Copyright © 2025