Cookie Munger

T

Tony Mochan

I have a problem that I'm hoping will be solved by eliminating cookies from
our website ...

To this end, I've installed cookie munger on IIS5, and now the following
code doesn't work (it did before)

If Session("Login") = "None" Then
Response.Write "401 Unauthorized" ' Write the text access denied...
Session("Login") = "Surgeon" ' Set login = true
Response.Status = "401 Unauthorized" ' The status of our visitor is
still unauthorized
Response.AddHeader "WWW-Authenticate","BASIC Realm=AuditWeb" ' Send the
Authentication dialog request.
Response.End ' Send all! (Flush) all headers
Else
' If the user entered a password... continue
' Now check username and password!
etc...



No Authentication box appears ... any ideas how to fix this?

Many thanks

Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,265
Messages
2,571,071
Members
48,771
Latest member
ElysaD

Latest Threads

Top