asp.net - Webmethod with EnableSession=true attribute -


i have asp.net 3.5 web application in have used many pagemethods. webmethod(enablesession = true), attribute hamper performance of application?

probably no. performance overhead isn't noticeable @ until complex datatypes dataset's stored in session.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -