欢迎加入QQ高级群:52694129,一起学习、讨论。
在Web Service中该如何使用Session?
作者:sontin 日期:2010-04-24
在Asp.Net 2.0里,已经能够在WebMethod里使用 Session 、 Application 这种服务器变量了。
一、Session [WebMethod(EnableSession = true)]
public string Hello()
{
一、Session [WebMethod(EnableSession = true)]
public string Hello()
{
Tags: Web Service session
@ web.config中的session配置详解,
作者:sontin 日期:2009-08-21
- 1
<$NewMsg$>






