Programming a timeout into Apache

2004-08-31 Thread Wallace, Brian S.
Hi: I am adding code to Apache 2.0 to provide a timeout for all authenticated content. I have everything working, but because browsers use cached credentials, I cannot be sure that the user re-authenticated or the browser re-authenticated. I change the realm name and do a

Re: Programming a timeout into Apache

2004-08-31 Thread Dirk-Willem van Gulik
On Tue, 31 Aug 2004, Wallace, Brian S. wrote: Are there any tricks that can be done like telling the browser to clear the password cache Not that I know. And this list is mrore for the development of apache so not sure if this is the right place. or have the browser return the realm name

Re: Programming a timeout into Apache

2004-08-31 Thread Joshua Slive
On Tue, 31 Aug 2004, Wallace, Brian S. wrote: Are there any tricks that can be done like telling the browser to clear the password cache or have the browser return the realm name that it's authenticating to? Any other ideas or approaches to this problem would be appreciated. The are many tricks

RE: Programming a timeout into Apache

2004-08-31 Thread Wallace, Brian S.
Thanks to all, I will move the discussion to [EMAIL PROTECTED] -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: Re: Programming a timeout into Apache On Tue, 31 Aug 2004, Wallace, Brian S. wrote