ASP SessionID 属性
❮ Session 对象完整参考
SessionID 属性返回每个用户的唯一 ID。此唯一 ID 由服务器生成。
语法
Session.SessionID
示例
<%
Response.Write(Session.SessionID)
%>
输出
772766038
❮ Session 对象完整参考
SessionID 属性返回每个用户的唯一 ID。此唯一 ID 由服务器生成。
Session.SessionID
<%
Response.Write(Session.SessionID)
%>
输出
772766038
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]