如何得到Sessionid的值
摘要:
当用户向一个网站请求第一个页面时,用户会话启动。当第一个页面被请求时,web服务器将asp.net_sessionID cookie添加进用户的浏览器。可以使用newsession属性探测新会话的启动。当新会话启动时,newsession属性返回true。response.write(session... 阅读全文
posted @ 2014-07-31 11:11 code&monkey 阅读(14344) 评论(0) 推荐(0) 编辑