%@ language=VBScript %> <% ' /////////////////////////////////////////////////////// ' // Dimac CMS ' // Copyright 2004-2008 Dimac Development AB, Sweden ' // www.Dimac.net ' // ' // NOTE: ' // You are not allowed to remove this ' // Copyright information without written ' // permission from Dimac Development. ' /////////////////////////////////////////////////////// 'Session("User_ID") = "" 'Session("User_Name") = "" 'Session("ValidUser") = "False" 'Session("ValidAdminUser") = "FALSE" 'Session("InAdmin") = "FALSE" Session.Abandon response.redirect("Loggin.asp") %>