class SessionInjector
- SessionInjector
- Reference
- Object
Overview
Internal hook for session cookie injection. When spec-kemal/session is required, it registers a callback here. This avoids referencing Global.session? in the base library, which would fail to compile when the session extension is not used.