accessing session variables in a asp.net module

  • Thread starter Thread starter subrahmanya raju via .NET 247
  • Start date Start date
S

subrahmanya raju via .NET 247

(Type your message here)

I want to access the session variables in a module of my asp.net project.
I want to use the session variables in the global functions written in the module
 
(Type your message here)

I want to access the session variables in a module of my asp.net project.
I want to use the session variables in the global functions written in
the module

I assume you mean from a class file.

HttpContext.Current.Session
 

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