% If Request("area") = "area" Then Session.Contents.RemoveAll() response.Redirect("index.asp") End If If Request("accedi") = "ok" Then If Request("user") = "sonoassociato" AND Request("pass") = "voglioentrare" Then Session("riservato") = "ok" Response.Redirect("index.asp") Else Response.Redirect("index.asp?errore=errore") End If End If %>
|