Oturum ID'si elde etme - Session Id

Kayıt
7 Haziran 2008
Mesaj
533
Tepki
6
ASP SERVER'a her bağlanan ziyaretçiye bir "ID" numarası verilir, bu ID'yi elde etmek için "Session.SessionID" komutunu kullanırız..

ÖRNEK:



Kod:
<%LANGUAGE=VbScript%>


<%Option Explicit%>


<input type="text" name="textfield" value="İD' Nonuz :<% = Session.SessionID%>">
 
Yukarı Alt