Skip to content

History / Session

Revisions

  • docs(nav): add sidebar, cross-links and next-page footers Apart from Home no page linked anywhere, so anyone landing mid-wiki via search had no path onward. Adds a _Sidebar with the reading order, Next: footers chaining the pages, and inline links where topics meet (AuthStore -> Session, event handling -> Store/JSCode).

    @LoboGuardian LoboGuardian committed Jul 11, 2026
  • docs(session): drop stale branch note and fix login example The TTL engine note pointed at feature/alb-28, long merged into develop. The login example returned '401 unauthorized' as a 200 body instead of using the (status, body) tuple form, and used redirect() without showing its import path (htealeaf.server.utils).

    @LoboGuardian LoboGuardian committed Jul 11, 2026
  • docs: document new Store reactivity model and session TTL engine Store.react() was removed on develop: values are read server-side with .read(path) and the client re-fetches and reconciles the DOM after a mutation; store ids are now auto-generated per instance. Documents the HTTP verb mapping of the js store API (set/POST, update/PATCH). Session docs now cover the feature/alb-28 engine: SessionManager with sliding TTL and LRU eviction, server-generated ids that prevent fixation, and the HttpOnly/SameSite=Lax/Secure cookie attributes.

    @LoboGuardian LoboGuardian committed Jul 11, 2026
  • Updated documentation v0.3

    @Az107 Az107 committed Apr 17, 2026
  • add Guide folder

    @Az107 Az107 committed Nov 12, 2025
  • Updated Session (markdown)

    @Az107 Az107 committed Nov 6, 2025
  • Created Session (markdown)

    @Az107 Az107 committed Nov 6, 2025