Rick Reumann wrote:
I need to create a link to a servlet, that will invalidate all Sessions. I'm assuming there is some sort of Collection or Array of Sessions that is stored in the ServletContext?
Hmm, I'm not sure that there is--I think I remember having to keep a context-scoped list of sessions via some sort of listener and running through it myself, but that was awhile ago.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]