It can be done with an ISAPI filter:
http://www.flicks.com/prod.htm#authnx
"Steve" <> wrote in message
news: oups.com...
Hello,
Thanks for your reply.
We are not using Windows authentication (this will be a website with
some 800 or so users), so we are using a method where by the user logs
in using a form with their username and password (not a windows user
account password), which is then checked in a database and a session
cookie created.
What I really want is a piece of code that will automatically (and
without intervention) login a website visitor in to the server under a
second account (eg. authenticated_webuser) once they have successfully
been validated by my code.
We had thought of simply redirecting logged in users to
http://user
/myscript.asp once they had successfully
logged in, where user and pass are a standard username and password for
all visitors who have logged in. However,
http://user
ass no longer
seems to be supported (and was it ever supported in browsers other than
IE?). Never the less, it's a good illustration of what I'm trying to
achieve.
Thanks for the IISPassword tip. I looked at it, but I really need
something that can integrate security with session cookies.
Steve.