Skip to content

Instantly share code, notes, and snippets.

@rynop
Created July 12, 2011 15:17
Show Gist options
  • Save rynop/1078183 to your computer and use it in GitHub Desktop.
Save rynop/1078183 to your computer and use it in GitHub Desktop.
activate session in view if it was activated in component
//If the session has been activated in the controller, activate it in the view
if($this->Session->started()){
$this->Session->activate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment