Re: Can't do logout in basic authentication

2005-04-20 Thread Jess Holle
P.S. Freeing one's *session* on leaving works with any type of authentication and makes sense in many cases -- it's just harder to communicate this concept to the user... Jess Holle wrote: In most applications this is one of those *perceived* problems that corporate users get uptight about. T

Re: Can't do logout in basic authentication

2005-04-20 Thread Gurumoorthy
you cannot do that in basic .. you need to do a form based one ... - Original Message - From: "Otgonbayar" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, April 20, 2005 4:28 AM Subject: Can't do logout in basic authentication > I am using basic authentication in my app

Re: Can't do logout in basic authentication

2005-04-20 Thread Jess Holle
10:07 AM To: Tomcat Users List Subject: Re: Can't do logout in basic authentication You can try google: http://www.modpython.org/pipermail/mod_python/2001-August/012120.html Otgonbayar wrote: I am using basic authentication in my application and I need to create logout link in my JSP th

RE: Can't do logout in basic authentication

2005-04-20 Thread Robert Harper
: Wednesday, April 20, 2005 10:07 AM To: Tomcat Users List Subject: Re: Can't do logout in basic authentication You can try google: http://www.modpython.org/pipermail/mod_python/2001-August/012120.html Otgonbayar wrote: >I am using basic authentication in my application and I need to create >

Re: Can't do logout in basic authentication

2005-04-20 Thread Robert r. Sanders
You can try google: http://www.modpython.org/pipermail/mod_python/2001-August/012120.html Otgonbayar wrote: I am using basic authentication in my application and I need to create logout link in my JSP that does LOGOUT. It seems session.invalidate() doesn't work. How can I do this? Please help m