I have a web site using Integrated Windows Authentication and I want to end the authentication when the person clicks a logout button. I've tried using session.abandon but that doesn't do it.

Is there a way to end the authentication?

Thanks in advance,