Not really. I have a page that only users in the domain admin group can access. So when a domain admin goes to a users computer and they need something off the domain admin page they have to log out the user and log in as themselves. Very time consuming and a pain for the user. I would like a way for the domain admin to just be able to log into that page and then when they are done log off. I don't want to maintain a separate table for login information.
Robert *---------------------* Application Programmer x4863 -----Original Message----- From: Stephen Caudill [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: Username and password --------------- Stephen Caudill wrote: --------------- : Yup, not too difficult. Rather than relying on IIS directory : securityOn our intranet, we have an include on every page that : checks to see if the user has an "authorized user" session. Sorry. Darn keyboard shortcut. I hit it all the time. What I was trying to say: Rather than relying on IIS directory security, you want to set up your own authorization system. On our Intranet, we place an include on every page that checks to see if the user has a current session that contains an authorization key. The standard session timeout of 20 minutes is observed, so after 20 minutes of inactivity, the user is redirected to the login page. Is this what you were after? -Stephen http://www.mechavox.com/ ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
