Tuesday, 20 August 2013

Using ASP.NET Response and Request objects in a web client class

Using ASP.NET Response and Request objects in a web client class

I currently have a webclient class that maintains session for my web
application using session variables but I want to instead use cookies to
maintain session. I of course don't have access to the ASP.NET Response
and Request variables in this class. Would I have to pass those objects to
the webclient class?

No comments:

Post a Comment