Hi!
logout method in contrib/auth/__init__ calls signal user_logged_out before creating the new session.
I want to set a flag into the new session but do not see any way how to do this. Something like a post_user_logged_out signal.
Any ideas for a workarround (I do not want to patch django)?
Daniel