At 05:01 PM 4/23/02 -0400, Sean Quinlan wrote: >If only it was this easy! This is what I have tried, and all sort of >tweaks on it. The problem is it just causes authorization to fail - it >does _not_ request the username and password be re-entered. The browser >just keeps automatically resending the first pair entered.
I remember a mention that $r->connection->user(undef) might help to prompt the browser to prompt the user again. Have you searched the mod_perl list archives? There might be something there to help. Maybe there is an HTTP header that will help... Have you tried different browsers? This is exactly the reason why cookies are much easier in this case. Yes, cookies are not the panacea we want them to be. But in controlled environments like I'm assuming you have at work, they can be very useful. Drew ====================================================================== Drew Taylor JA[P|m_p]H http://www.drewtaylor.com/ Just Another Perl|mod_perl Hacker mailto:[EMAIL PROTECTED] *** God bless America! *** ---------------------------------------------------------------------- Speakeasy.net: A DSL provider with a clue. Sign up today. http://www.speakeasy.net/refer/29655 ======================================================================
