Windows应用程序和Web应用程序之间的会话

问题描述:

你好朋友.

我有一个Visual Studio 2005解决方案.该解决方案有两个项目,其中一个是Windows应用程序,另一个是Web应用程序.我在Windows应用程序中设计了登录表单.我的问题是:登录时如何将用户信息从Windows应用程序传递到Web应用程序.例如,当我登录时,我也必须在webb会话中使用我的用户信息(我从DB获得了用户信息).我希望我能解释我的问题.

亲爱的大师们

Hello Friends.

i have a Visual Studio 2005 solution. this solution has two project one of them windows application the other one is web application. i designed login form at windows app. my problem is that: how can i pass user information to web app from windows app when login. for example when i login, i must use my user information(i got user information from DB) at webb session too. i hope i explained my problem.

Regards Dear Masters

所以您想使用Windows应用程序登录并携带这些凭据通过Web应用程序,这样您不必登录两次?
So you want to Login using the Windows Application and Carry those credentials through to the Web Application so you don't have to login twice?