ASP SessionID 屬性
asp sessionid 屬性

sessionid 屬性為每個(gè)用戶返回一個(gè)唯一的 id 。此 id 由服務(wù)器生成。
語(yǔ)法
session.sessionid
實(shí)例
<%
response.write(session.sessionid)
%>
輸出 :
772766038
response.write(session.sessionid)
%>
輸出 :
772766038

相關(guān)文章
- ASP 程序
- ASP Session 對(duì)象
- ASP Server 對(duì)象
- ASP Folder 對(duì)象
- 在自己的 PC 上運(yùn)行 ASP
- ASP Column 屬性
- ASP Close 方法
- ASP Skip 方法
- ASP SkipLine 方法
- ASP Attributes 屬性
- ASP DateLastModified 屬性
- ASP Name 屬性
- ASP ShortPath 屬性
- ASP Copy 方法
- ASP OpenAsTextStream 方法
- ASP Key 屬性
- ASP Add 方法
- ASP RemoveAll 方法
- ASP Session_OnStart 和 Session_OnEnd 事件
- ASP GetLastError 方法