Hi! I need some global variables. I read there is none in VB.NET... What do you use when you have to keep track of some information from form to form?

I'm more of a php programmer, so to give you an idea, I'd need something like the $_SESSION in php. I bet there is a way to store information to be accessible everywhere in the program... so what is the way to go? where do I write that code? thank you ince

Jean Christophe Avard