Registry Class
1.Temp: Variables are accessible withing one script execution (like normal variables). 2.Session: Variables that are accessible from all the pages for one user (saved in session). 3.Application: Variables are accesible for all users from all pages (saved in file). This way you have all your variables in one place and have a central place the get and set your different type of variables.