Session variables are....session variables, so you can call their contents from any asp page that is opened during that session. For example you set a Session Variable when a user logs in, and until the user closes its browser or the sessione expires (default 20 minutes) the content of the session will always be available just calling it.
If you want to go deeper in the subject, just browse one of the dozens good asp sites and search for it..
Bye