.NET
文章平均质量分 80
charles_y
这个作者很懒,什么都没留下…
展开
-
管理WebService的状态
管理WebService的状态在WebService中我们常常需要管理程序状态,如用户登录状态、权限状态等。同Web程序一样,我们可以使用Session,Application 来管理WebService的状态。 默认情况下,.Net的WebService是无状态的,其实要想使WebService获得状态管理的功能也很简单,那就是把WebMethod的属性EnableSession 设为true即原创 2005-11-20 18:50:00 · 3621 阅读 · 1 评论 -
asp.net session 2
Reducing Network/Storage OverheadTo reduce the network round-trip overhead, and also lessen the serialization and deserialization impact, you should avoid storing large amounts of data in your sessi转载 2013-06-24 13:37:42 · 809 阅读 · 0 评论 -
ASP.net session 管理1(from msdn)
Best PracticesFast, Scalable, and Secure Session State Management for Your Web ApplicationsMichael VolodarskyParts of this article are based on a prerelease version of ASP.NET 2.0. Those sec转载 2013-06-24 13:36:15 · 1167 阅读 · 0 评论