Hi. Just want to know if there is a session variable in C# similar to that in PHP. In php there a session variable that once set, any other class could access that variable directly and also update values to that variable until it is destroyed.

Is that anything similar to that in C#?

Jennifer.