What are the performance considerations if using $_SESSION in cakephp
inspite of $this->Session
What are the performance considerations in CakePHP of directly accessing
$_SESSION['variableName'] instead of calling
$this->Session->read('variableName') to access session variables?
No comments:
Post a Comment