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 answers

0
Deeptechtons On

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