<Complete Reference Sesi Obyek
Metode Contents.RemoveAll menghapus semua item dari koleksi Isi.
Sintaksis
Application.Contents.RemoveAll()
Session.Contents.RemoveAll()
Misalnya untuk Aplikasi Object
<%
Application.Contents.RemoveAll()
%>
Misalnya untuk Sesi Obyek
<%
Session.Contents.RemoveAll()
%>
<Complete Reference Sesi Obyek