<% If Request.QueryString("cmd") <> "" Then ParamString = "?cmd=" & Request.QueryString("cmd") Response.Redirect "../access.asp" & ParamString Else if Request.QueryString("mid") <> "" Then Session("member_id") = Request.QueryString("mid") Session("member_type_id") = Request.QueryString("mtid") Session("member_type") = Request.QueryString("mt") End if Response.Redirect "../access.asp" End If %>