InterviewSolution
Saved Bookmarks
| 1. |
How To Write, Read And Delete The Session In Cakephp? |
|
Answer» $this->Session->write(‘BIRD.Color’, ‘BLACK’); $this->Session->write(‘Bird.Color’, ‘Black’); |
|