欢迎加入QQ高级群:52694129,一起学习、讨论。
Tag: session |
  • 1
预览模式: 普通 | 列表

在Web Service中该如何使用Session?

在Asp.Net 2.0里,已经能够在WebMethod里使用 Session 、 Application 这种服务器变量了。
  
  一、Session [WebMethod(EnableSession = true)]
   public string Hello()
   {

查看更多...

Tags: Web Service session

分类:WebService | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 326

@ web.config中的session配置详解,

应用程序的配置文件Web.config后,我们会发现以下这段:

<   sessionState
  mode="InProc"
  stateConnectionString="tcpip=127.0.0.1:42424"

查看更多...

Tags: web.config session

分类:ASP.net | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 599
  • 1
<$NewMsg$>
xm.gif