返回SessionID

代码:

<!DOCTYPE html>

<html>

<body>

 

<%

Response.Write(Session.SessionID)

%>

 

</body>

</html>

结果:

619100248

相关文章