Skip to content

Instantly share code, notes, and snippets.

@monsat
Created August 27, 2011 07:37
Show Gist options
  • Save monsat/1175106 to your computer and use it in GitHub Desktop.
Save monsat/1175106 to your computer and use it in GitHub Desktop.
no cache by CakePHP1.x
<div>
<cake:noncache>
<?php echo $this->Session->read('Auth.User.username'); ?>
</cake:nocache>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment