When a user exits django, the django session is destroyed, but the user is still logged into Kerberos, and the next request automatically creates a new session. You cannot do anything in your django application. The user must exit Kerberos itself, because Kerberos can be used to authenticate the user in other services / applications at the same time.
source
share