set rs = myConn.Execute(strSQL)
If rs.EOF Then
response.redirect "login.asp?message=" & Server.URLEncode("Invalid login name and/or password")
Else
Session("username") = rs("username")
Session.Timeout=30
Response.redirect "details.asp"
End if
You cannot add new info in this area You cannot add to info in this area You cannot delete your info in this area You cannot edit your info in this area You cannot create polls in this area You cannot vote in polls in this area