C#程序中session的基本设置示例及清除session的方法

时间:2024-02-10 00:48:47
【文件属性】:

文件名称:C#程序中session的基本设置示例及清除session的方法

文件大小:31KB

文件格式:PDF

更新时间:2024-02-10 00:48:47

c# io object

session的基本设置: using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.SessionState; namespace OAFrameWork { public class CSession { public static object Get(string Key) { return HttpContext.Current.Session[Key]; } public stati


网友评论