I am sending Request object as parameter to dll. Can I get Session out of Request? If not - how could I pass Session object as parameter? When I am trying to, I am getting an error that System.Web.UI.HTTPSessionState object can not be defined, and it looks like I cannot add reference for System.Web.UI to the class library.