-
Posted to
IIS.NET Site Feedback
by
Adduce
on
03-10-2009, 5:20 PM
Sorry about that; not sure how it happened. I've reposted this in the "IIS7 - Extensibility" forum.
-
Posted to
IIS7 - Extensibility
by
Adduce
on
03-10-2009, 5:20 PM
Hello all,
I posted this in the wrong forum the first time, so I'm re-posting it here.
I have created a class that implements IHttpModule and is subscribed to the AuthenticateRequest event. So far, it seems to work well. However, I am in search of a way to cache the authentication information. As implemented, it re-authenticates the user ...
-
Posted to
IIS.NET Site Feedback
by
Adduce
on
03-10-2009, 5:04 PM
Hello all,
I have created a class that implements IHttpModule and is subscribed to the AuthenticateRequest event. So far, it seems to work well. However, I am in search of a way to cache the authentication information. As implemented, it re-authenticates the user with each request. I could manage state manually, but I would much rather ...