schange ( key quot -- )
Furnace framework » Furnace persistence layer » Furnace sessions

Prev:sset ( value key -- )
Next:Session manager configuration


Vocabulary
furnace.sessions

Inputs
keya symbol
quota quotation with stack effect ( old -- new )


Outputs
None

Word description
Applies the quotation to the old value of the session variable, and assigns the resulting value back to the variable.

Definition