当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP SessionID 属性

ASP
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP 摘要
ASP 实例

ASP SessionID 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 440 ::
收藏到网摘: n/a

The SessionID property returns a unique id for each user. The unique id is generated by the server.
SessionID属性为每一个用户返回一个完全独立的id。这个id是在服务器端产生的。

Syntax
语法

Session.SessionID

Examples
举例

<%
Response.Write(Session.SessionID)
%>

Output:

772766038

评论 (0) All

登陆 | 还没注册?