Background: Applications require both standard session management (stateful, server-backed) and stateless session alternatives (signed cookies, token-based).
Tasks:
Acceptance criteria:
- App can switch
session.driver = 'stateless' | 'stateful' in config.
- Stateless driver signs/encrypts session payload and validates on each request.
- Tests show session persistence and regeneration behavior.
- Interface mirrors laravel as much as possible, creating the familiar DX while also adding it own unique twists and turns.
Difficulty: large
Background: Applications require both standard session management (stateful, server-backed) and stateless session alternatives (signed cookies, token-based).
Tasks:
@h3ravel/session] in the framework/packages directorySessioninterface/contract (get/set/forget/regenerate).Acceptance criteria:
session.driver = 'stateless' | 'stateful'in config.Difficulty: large