Answer Posted / Abhiraj Singh Thakur
To read a session in CakePHP, you can use `$this->Session->read('session_key')`. To write data to a session, use `$this->Session->write('session_key', 'value')`. To destroy or delete a session, use `$this->Session->delete('session_key')`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category