Keep impersonated user during session. Please help.
From: Thomaz72 (thomas@resolut.se)
Date: 02/20/03
- Next message: Egbert Nierop \(MVP for IIS\): "Re: IIS 6 & ASPX"
- Previous message: Propje: "Reading FrontPage Permissions"
- Next in thread: Egbert Nierop \(MVP for IIS\): "Re: Keep impersonated user during session. Please help."
- Reply: Egbert Nierop \(MVP for IIS\): "Re: Keep impersonated user during session. Please help."
- Reply: David Wang [Msft]: "Re: Keep impersonated user during session. Please help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: thomas@resolut.se (Thomaz72) Date: 20 Feb 2003 07:11:56 -0800
I'm trying to solve a common problem (seen lots of questions here on
it here but no solution). The problem is how to keep the impersonated
user during the rest of the ASP session. I'll explain.
If u from an ASP page calls a dll who changes the impersonated user
the current worker thread of ISS uses this security context. Works
perfect. But the next request from the same browser creates a new
worker thread with the cached security token from IIS and the security
context of the last request is gone.
Or is this imposible (would be a very beautiful security solution) so
i'll have to use a ISAPI for the task :-(
Tried to explain this litle problem as god as i could.
//Thomas J of sweden
- Next message: Egbert Nierop \(MVP for IIS\): "Re: IIS 6 & ASPX"
- Previous message: Propje: "Reading FrontPage Permissions"
- Next in thread: Egbert Nierop \(MVP for IIS\): "Re: Keep impersonated user during session. Please help."
- Reply: Egbert Nierop \(MVP for IIS\): "Re: Keep impersonated user during session. Please help."
- Reply: David Wang [Msft]: "Re: Keep impersonated user during session. Please help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|