G
Glenn
Hi,
I know that I can access session state on an asp.net page
using either HttpContext or Page objects, but how do I
access session data from middle tiers?
Should the technique be to extricate the necessary session
data with a web page and pass this to the business tier?
If I need to alter session state in a middle tier object,
should I use a reference parameter and update the session
state when the method call is complete?
Thanks,
Glenn.
I know that I can access session state on an asp.net page
using either HttpContext or Page objects, but how do I
access session data from middle tiers?
Should the technique be to extricate the necessary session
data with a web page and pass this to the business tier?
If I need to alter session state in a middle tier object,
should I use a reference parameter and update the session
state when the method call is complete?
Thanks,
Glenn.