Debug a multi-step form using sessionStorage
- Open this tool on the page that writes session state and step through the form to watch keys appear.
- Decode any Base64-encoded values with Base64 Decoder if the stored values are encoded before being saved to sessionStorage.
- Check related auth cookies alongside session data with Cookie Parser to trace the full authentication state.