Question:Session can be configured in a number of ways in cakephp?
A $this->Session->write('Persion.eyeColor',Green');
B array('user'=>array('username'=>'clark-kent@dailyplanet.com'));
C 'username'=>'clark-kent@dailyplanet.com';
D array('username'=>'clark-kent@dailyplanet.com'));
+ AnswerA
+ Report