ASP SessionID 屬性
asp sessionid 屬性

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

相關文章
- ASP 程序
- ASP Session 對象
- ASP Server 對象
- ASP Folder 對象
- 在自己的 PC 上運行 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 方法