In Pega, we usually run into scenarios where we want to trace some user's session while user enters credentials and clicks on Login Button.
#1. User hits Pega URL enters username, password. And clicks on Login button.
#2. On user's click of "Login" button, as a developer you would like to trace user's session which is still unauthenticated.
Note: If both the requestors are authenticated, you can do use a remote tracer from Tracer itself or from the Requestors of Admin Studio. In the given above scenario user didn't even login to the system because of which remote trace would be bit tricky. So presenting below approach anyone can follow:
Step by Step Illustration:
#1 In the below image, left hand side image is where user is in login page, and about to hit the Login button. And right hand side image is where developer is trying to trace the user's session.