Access SessionState from Class

  • Thread starter Thread starter David Lozzi
  • Start date Start date
D

David Lozzi

Howdy,

ASP.Net 2.0 using VB. How do I access my users' session state and values
from a class?

That's all
THANKS!
 
System.Web.HttpContext.Current.Session

In VB that would be System.Web.HttpContext.Current.Session

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top