I'm sure the answer to this is use a session but I thought I would check.

I have a class that I want to use in a lot of my pages but would like to instantiate it once and use it reapetedly. Is there any way to do this other than a session variable.

Thanks