Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 wpf 中实现用户会话?
我有一个 XBAP 应用程序,我需要在其中实现用户会话 有什么方法可以在 WPF 中实现这一点吗?
谢谢?
WPF 没有实现会话的概念。
您可以使用会话提供程序或 asp Web 服务来生成自定义解决方案。
或者,您可以为所有用户数据使用隔离存储。
还可以查看一些以前的帖子,这些帖子解决了这个问题: