I am using jaas security in Jboss 3.0. I have written a custom LoginModule that grabs the users info out of a database table and validates it. This works great. Now also I am taking this info and storing it in JNDI so my app can look up info about the user. (Company #, branch # etc ..) All of this works great util the client logs out. The Client login module calls logout but this does not get propegated up to the server and does not call my logout method that removes the JNDI entry. Even when the cached user entry has expired it does not call logout.
_______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
