Thanks,
I have been trying the scripts out on my server and I'm finding out that one cannot use Request.Form after calling BinaryRead, and vice-versa.
My dilema is that every page in the application I'm adding this functionality used requeest.form to check that the user has a valid session.
if ((Request.QueryString("validate") <> Sessionand _
(Request.Form("validate") <> Sessionthen
call RequestDenied()
end if
Request form has to stay as it is vendor supplied. What are my options (if I have any), which would be compatible wth using request.form