开发者

Webmethod with EnableSession=true attribute

开发者 https://www.devze.com 2023-02-09 03:32 出处:网络
I have a ASP.NET 3.5 web application in which I have used many PageMethods. WebMethod(EnableSession = true), does this attribute h开发者_JAVA百科amper the performance of the application?Probably no. T

I have a ASP.NET 3.5 web application in which I have used many PageMethods. WebMethod(EnableSession = true), does this attribute h开发者_JAVA百科amper the performance of the application?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消