A per-request scratch space SvelteKit gives you to carry data — like the signed-in user — from server middleware down to your load functions and form actions, so you don't have to look it up from the database again.