session state

  • Thread starter Thread starter chris w.
  • Start date Start date
C

chris w.

The situation:
We have a table that contains usercontrols. In the
usercontrols, there is input that we want to keep
throughout the session.

But are finding it difficult to get the variable values
from other usercontrols.

What does .NET suggest we do now that we are discouraged
from using Session variables?

Thanks for any help!

chris
 
Why are you discouraged from using session variables?

..NET does not discourage the use of session variables. That is why it has 3
different models for maintaining session state.
 
Agreed. In fact, you could say that ASP.NET promotes the use of more session
state management than previous ASP did.

:)

Bill P.
 
Back
Top