2.状态保持

 1.Cookie对象
    每一个Cookie对象都属于Cookies,所以访问Cookie的方式就可以使用索引器的方法
   
Cookie所对应的类名是HttpCookie,所以添加Cookie还有一种方法

Cookie常用属性
Name 名称
Value 值
Expires 有效时间

2.Session对象

与Cookie不同 Session是存储在服务器端的数据

对每一个连接,系统会自动分配一个ID来标识不同的用户,要得到该Id可以使用Session.SessionID属性

<!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} @font-face {font-family:"/@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:宋体; mso-font-kerning:1.0pt;} /* Page Definitions */ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} -->

属性和方法

说        明

SessionID属性

包含唯一的用户会话标识符,它可用于整个会话过程中记录用户信息

Timeout属性

Session 有效时间 单位:分钟 在该段时间内用户即使没有操作,用户状态也不会被清除.此设置是针对服务器清除Session的时间而言的,客户端有自己的处理机制,一般关闭窗口Session丢失

IsNewSession属性

如果已按当前请求创建会话,该属性返回true

Clear方法

从会话状态集合中移除所有的键和值

Abandon方法

技术Session,取消当前会话

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值