Accessing Session variables from custom class
hi, as i understand we can read session or cache objects from a custom class using httpContext.Current.Session("..."). Is there a way to add/modify Session variables from the custom class? httpContext.Current.Session("...") doesn't seem to work :(
thanks.
|