tutorial pengembangan web terbaru
 

ASP SessionID Property


<Complete Reference Sesi Obyek

Properti sessionid mengembalikan id unik untuk setiap pengguna. Id unik yang dihasilkan oleh server.

Sintaksis

Session.SessionID

contoh

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

Output:

772766038

<Complete Reference Sesi Obyek