Re: How to force each session to authenticate

2006-09-05 Thread Mark Thomas
Elise Atkins wrote: > I am using jboss and I trying to change the default caching behavior for > username/passwords. I would like to force each session to reauthenticate. > > The first time the user logs in, the my login module is called and it > goes through login & commit as expected. The user's

How to force each session to authenticate

2006-09-05 Thread Elise Atkins
I am using jboss and I trying to change the default caching behavior for username/passwords. I would like to force each session to reauthenticate. The first time the user logs in, the my login module is called and it goes through login & commit as expected. The user's credentials are cached. T