WEB TIP/ASP

Session값 지우기

제프 2006. 4. 5. 11:10
<%
    Session("Values") = "test"
    Session.Contents.Remove("Values")
%>