Change your Logic:
If Session("Authenticated") <> "1" Then
Response.Redirect ("Login.html")
End If
Then all values other then 1 cause the user to be sent to the login page.
Yes when you designate a string as stringValue = "" means it is a blank string, however, this is not to be confused with the absence of data or NULL. (As an FYI, vbscript does NOT understand the NULL keyword to specify a null object or string you have to set it to a value of Nothing.)
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========