Ferreteria/v0.5/stash/session

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | stash
Revision as of 21:11, 20 December 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria 0.5: the Session stash

About

This is one possible way of stashing. It's the one Ferreteria uses, in order to minimize use of cookies.

The stash array is encoded in JSON and stored in the user_session.Stash field.

Classes/Methods

  • The ferret\login\session\card\cCalc class can read/write Session Stash data.