Re: how to flush cache of authenticated users

2007-06-19 Thread 吴熊敏
What kind of authentication do you use?? Session or Cookies or others? On Tue, 19 Jun 2007 14:18:16 -0700 "Ken Moore" <[EMAIL PROTECTED]> wrote: > The Realm Configuration HOW-TO doc ( > http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html >

Re: how to flush cache of authenticated users

2007-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, Ken Moore wrote: > Thanks! I thought it might be stored in the session. The servlet specification does not dictate where this information is stored. Since the spec does not state this, Tomcat intentionally does not store the information "in" the

RE: how to flush cache of authenticated users

2007-06-19 Thread Ken Moore
EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 2:29 PM To: Tomcat Users List Subject: Re: how to flush cache of authenticated users -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, Ken Moore wrote: > We use basic authentication for web services. I'd like to flush the > cache when the pa

Re: how to flush cache of authenticated users

2007-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, Ken Moore wrote: > We use basic authentication for web services. I'd like to flush the > cache when the password is changed. Do you mean that you want to force your users to re-login when they change their passwords? > I've been looking through

how to flush cache of authenticated users

2007-06-19 Thread Ken Moore
The Realm Configuration HOW-TO doc ( http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html ) says that: "Once a user has been authenticated, the user (and his or her associated roles) are cached within Tomcat for the duration of the use