I'm looking for a method of application variable management that is better (as in Faster, more Robust) than the application object. I need to be able to access these "application" variables from a class.
Here is a rough description of my setup:
VB.Net Presentation layer
VB.Net Business logic layer
C#.Net SOAP Services
SO... I need a way to store/retrieve data about User Sessions at the SOAP Service layer.
I would just use Application variables for this, but I'm wondering if there is a better way? Or any limitations to using Application variables that I should know about before starting.
Travis Hawkins
Here is a rough description of my setup:
VB.Net Presentation layer
VB.Net Business logic layer
C#.Net SOAP Services
SO... I need a way to store/retrieve data about User Sessions at the SOAP Service layer.
I would just use Application variables for this, but I'm wondering if there is a better way? Or any limitations to using Application variables that I should know about before starting.
Travis Hawkins