Webmethod with EnableSession=true attribute

1.2k Views Asked by At

I have a ASP.NET 3.5 web application in which I have used many PageMethods. WebMethod(EnableSession = true), does this attribute hamper the performance of the application?

1

There are 1 best solutions below

0
On

Probably no. The performance overhead isn't noticeable at all until complex datatypes like DataSet's are stored in the session.