This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Logging login and logout events in 3.2.3khkachn Apr 18, 2005 7:59 AM (in response to khkachn)Just one additional point, I can capture the login and manual logouts 
 in the Struts action servlets, it is the timed out log offs I am having
 trouble with. I was hoping for a common method for recording
 both the manual and automatic log offs.
 Ken
- 
        2. Re: Logging login and logout events in 3.2.3starksm64 Apr 18, 2005 10:20 AM (in response to khkachn)There is no flushOnSessionInvalidation in 3.2.3. You need 3.2.7 for this feature. 
- 
        3. Re: Logging login and logout events in 3.2.3eric.enair Dec 7, 2005 3:13 PM (in response to khkachn)If you're using 3.2.3 how do you logout a user? 
- 
        4. Re: Logging login and logout events in 3.2.3eric.enair Dec 7, 2005 3:39 PM (in response to khkachn)I should add that the session is invalidated but the logout() method is never called. 
- 
        5. Re: Logging login and logout events in 3.2.3eric.enair Dec 7, 2005 8:57 PM (in response to khkachn)Looks like it needs to be done by invoking the MBean through code: 
 http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials
 
     
    