WCF中的会话管理
问题描述:
背景:
-----------------
会话管理对于大多数应用程序都是至关重要的,而ASP.NET会话状态为它提供了最佳的解决方案(除了允许自定义)..当涉及到Web应用程序时.
Session Management is critical for most applications and ASP.NET Session State provides best solution for it (in addition to allowing customizations)..when it comes to web applications.
答
有您查看了各种上下文绑定(例如,BasicHttpContextBinding,WsHttpContextBinding)以及WCF服务的持久属性?这很可能会满足您的要求.
Have you looked at the various context bindings (BasicHttpContextBinding, WsHttpContextBinding for example) as well as the durable attribute for WCF services? This might well do what you're after.