Ferreteria/v0.5/stash/session: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | stash
Jump to navigation Jump to search
(Created page with "{{fmt/title|Ferreteria 0.5: the Session stash}} ==About== This is one possible way of stashing and the one Ferreteria uses, in order to minimize use of cookies. ==Clas...")
 
No edit summary
Line 1: Line 1:
{{fmt/title|Ferreteria 0.5: the Session stash}}
{{fmt/title|Ferreteria 0.5: the Session stash}}
==About==
==About==
This is one possible way of [[../|stashing]] and the one Ferreteria uses, in order to minimize use of cookies.
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 <code>{{l/ver/sql|user_session}}.Stash</code> field.
==Classes/Methods==
==Classes/Methods==
* The ferret\login\session\card\{{l/ver/class|ns=login/session/card|cCalc}} class can read/write Session Stash data.
* The ferret\login\session\card\{{l/ver/class|ns=login/session/card|cCalc}} class can read/write Session Stash data.

Revision as of 21:11, 20 December 2022

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.