<% If Not IsEmpty(Session("UserID")) or Session("UserID") <> "" then Session("UserID") = "" Session("UserLV") = 0 Session("UserNAME") = "" End if ' 登出後,頁面轉向 Response.Redirect "UserLogin.asp" %>