Hi. I'm not sure I understand the question completely. If you want to see what variables have been used in a session, evaluate:
Information["Global`*"]
or
Names["Global`*"]
These basically list what is in the Global context, which is the default context for where variables live.