Debugging find Session Variable

When debugging a web app how do you look at a session Variable?

I’ve look at just every place and can’t find where they are shown.

They’re not. Just do

dim s as Session = Session 

Near where you need it.

Thanks.