Step by step
Student cookie first, admin cookie second
- Open your deployed site in a normal browser window and sign in as the student user.
- Open browser developer tools.Mac: Cmd + Option + I · Windows: Ctrl + Shift + I
- Open the cookie storage panel for your browser.
Chrome or Edge
Application -> Storage -> Cookies -> your deployed site domain
Firefox
Storage -> Cookies -> your deployed site domain
Safari
Develop -> Show Web Inspector -> Storage -> Cookies
- Find the cookie named switch_auth_session.
- Copy it in this exact format:
switch_auth_session=PASTE_THE_COOKIE_VALUE_HERE - Save that value as SWITCH_LIVE_STUDENT_COOKIE.
- Sign out, or open a separate browser profile or private window, then sign in as the admin user.
- Repeat the same cookie steps and save that value as SWITCH_LIVE_ADMIN_COOKIE.