Session object in ASP.Net 2.0

S

SimulationCoder

I want to reference the Session object from external class. How do I do
that.

for e.g
Session("ABC")="ABC" works fine in code behind of the web page but doesnt
work in class file.
 

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

Top