Logs out the user and kills the session.
<?php if($user = $site->user()) { $user->logout(); } go('login'); ?>