教你50招提高ASP.NET性能(二十一):避免使用會話狀態

(39)Avoid using session stateweb

招數39:服務器

避免使用會話狀態session

Where possible, you should try and avoid using session state. Whilst using one web server, performance is usually not a problem. This changes as soon as you need to scale to multiple servers, as different, and usually slower, techniques need to be used.
若是可能,你應該試着避免使用會話狀態。在使用一臺Web服務器時,性能一般不是一個問題。一旦你須要擴展到多態服務器就會變的不一樣,比平時慢,並且須要使用技巧。性能

相關文章
相關標籤/搜索