Session object in ASP.Net 2.0

  • Thread starter Thread starter SimulationCoder
  • Start date Start date
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.
 
Back
Top