Check the User validation section:
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If strWord = Trim(CStr(Request.Form("txtWord"))) Then
strResult = "Yes"
Else
strResult = "No"
End If
End If
Session("Word") = strWord[/b]
If strWord = Trim(CStr(Request.Form("txtWord"))) Then
strResult = "Yes"
Else
strResult = "No"
End If
End If
Session("Word") = strWord[/b]
Leave a comment: