Layer 1 — trusted session
This is the logged-in state the browser already carries.
trusted banking page
Welcome back, Pola
The user is already signed in and the session cookie is still active.
Code for the logged-in state
Teach this as the normal trusted browser session.
<div class="sessionCard"> <strong>Welcome back, Pola</strong> <div class="smallText"> The browser is already logged in. </div> <div class="cookieChip"> Session cookie attached </div> </div>