Shared Web Method

  • Thread starter Thread starter Ron Herhuth
  • Start date Start date
R

Ron Herhuth

I'm using Ajax Callbacks which require a webmethod attribute and require
that the method be declared as public shared. In order to access session
variable values I have to use httpcontext.cusrrent.session...

Isn't this a bad practice in a web application? Isn't there a possiblility
of session crossup?

What is the correct way to handle this scenerio?

Thanks,
Ron
 
Back
Top